File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,12 @@ For a list of breaking changes see link:#breaking[breaking-changes]
1111
1212== Unreleased
1313
14+ == v1.0.116-alpha
15+
1416* Switch to `com.github.lread/test-doc-blocks` for deployment artifact name as per new security measures at clojars.
1517
18+ https://github.com/lread/test-doc-blocks/compare/v1.0.114-alpha\...v1.0.116-alpha[Gritty details of changes for this release]
19+
1620== v1.0.114-alpha
1721
1822* Ensure test-doc-blocks works on Windows
Original file line number Diff line number Diff 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 {com.github.lread/test-doc-blocks {:mvn/version "1.0.114 -alpha"}}
68+ :gen-doc-tests {:extra-deps {com.github.lread/test-doc-blocks {:mvn/version "1.0.116 -alpha"}}
6969 :exec-fn lread.test-doc-blocks/gen-tests}
7070----
7171
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.github.lread</groupId >
55 <artifactId >test-doc-blocks</artifactId >
6- <version >1.0.114 -alpha</version >
6+ <version >1.0.116 -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 >
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.114 -alpha</tag >
20+ <tag >v1.0.116 -alpha</tag >
2121 </scm >
2222 <dependencies >
2323 <dependency >
You can’t perform that action at this time.
0 commit comments