Skip to content

Commit e9bdf05

Browse files
Release job: updates for version v1.0.146-alpha
1 parent cd3b7eb commit e9bdf05

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.adoc

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

1212
== Unreleased
1313

14+
== v1.0.146-alpha
15+
1416
* Add support for `(refer-clojure ...)` in doc blocks https://github.com/lread/test-doc-blocks/issues/5[#5]
1517
* Bump rewrite-clj to v1.0.682-alpha
1618

19+
https://github.com/lread/test-doc-blocks/compare/v1.0.137-alpha\...v1.0.146-alpha[Gritty details of changes for this release]
20+
1721
== v1.0.137-alpha
1822

1923
* Freshen up docs, deps and internal scripts

doc/01-user-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Add an alias to your `deps.edn`:
6969
// NOTE: mvn/version version is automatically updated by the release process
7070
[source,clojure]
7171
----
72-
:gen-doc-tests {:extra-deps {com.github.lread/test-doc-blocks {:mvn/version "1.0.137-alpha"}}
72+
:gen-doc-tests {:extra-deps {com.github.lread/test-doc-blocks {:mvn/version "1.0.146-alpha"}}
7373
:exec-fn lread.test-doc-blocks/gen-tests}
7474
----
7575

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.lread</groupId>
55
<artifactId>test-doc-blocks</artifactId>
6-
<version>1.0.137-alpha</version>
6+
<version>1.0.146-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:[email protected]:lread/test-doc-blocks.git</connection>
1919
<developerConnection>scm:git:[email protected]:lread/test-doc-blocks.git</developerConnection>
20-
<tag>v1.0.137-alpha</tag>
20+
<tag>v1.0.146-alpha</tag>
2121
</scm>
2222
<dependencies>
2323
<dependency>

0 commit comments

Comments
 (0)