Skip to content

Commit fdac3e3

Browse files
author
GitHub Actions
committed
Release job: updates for version v1.0.114-alpha
1 parent d253499 commit fdac3e3

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ For a list of breaking changes see link:#breaking[breaking-changes]
1111

1212
== Unreleased
1313

14+
== v1.0.114-alpha
15+
1416
* Ensure test-doc-blocks works on Windows
1517

18+
https://github.com/lread/test-doc-blocks/compare/v1.0.107-alpha\...v1.0.114-alpha[Gritty details of changes for this release]
19+
1620
== v1.0.107-alpha
1721

1822
* Support generating tests from CommonMark code blocks found in Clojure source docstrings

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Add an alias to your `deps.edn`:
6565
// NOTE: mvn/version version is automatically updated by release process
6666
[source,clojure]
6767
----
68-
:gen-doc-tests {:extra-deps {lread/test-doc-blocks {:mvn/version "1.0.107-alpha"}}
68+
:gen-doc-tests {:extra-deps {lread/test-doc-blocks {:mvn/version "1.0.114-alpha"}}
6969
:exec-fn lread.test-doc-blocks/gen-tests}
7070
----
7171

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>lread</groupId>
55
<artifactId>test-doc-blocks</artifactId>
6-
<version>1.0.107-alpha</version>
6+
<version>1.0.114-alpha</version>
77
<name>test-doc-blocks</name>
88
<description>Generate Clojure tests from AsciiDoc and CommonMark doc code blocks</description>
99
<url>https://github.com/lread/test-doc-blocks</url>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/lread/test-doc-blocks</url>
1818
<connection>scm:git:git@github.com:lread/test-doc-blocks.git</connection>
1919
<developerConnection>scm:git:git@github.com:lread/test-doc-blocks.git</developerConnection>
20-
<tag>v1.0.107-alpha</tag>
20+
<tag>v1.0.114-alpha</tag>
2121
</scm>
2222
<dependencies>
2323
<dependency>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>babashka</groupId>
5050
<artifactId>fs</artifactId>
51-
<version>0.0.1</version>
51+
<version>0.0.2</version>
5252
</dependency>
5353
</dependencies>
5454
<build>

0 commit comments

Comments
 (0)