|
1 | 1 | // NOTE: release process automatically updates titles with "Unreleased" to title with actual release version |
2 | 2 | = Change Log |
3 | 3 |
|
4 | | -For a list of breaking changes see link:#breaking[breaking-changes] |
| 4 | +[.normal] |
| 5 | +A release with known breaking changes is marked with: |
5 | 6 |
|
6 | | -// Release workflow will: |
7 | | -// - Fail if there is no "== Unreleased" section header |
8 | | -// - Helpfully fail when the section contains no descriptive text |
9 | | -// - Replace the Unreleased section header with actual release version |
10 | | -// - Prepend a new Unreleased section header |
| 7 | +* [breaking] you probably need to change your code |
| 8 | +* [minor breaking] you likely don't need to change your code |
| 9 | + |
| 10 | +// DO NOT EDIT: the "Unreleased" section header is automatically updated by the release workflow |
| 11 | +// which will fail on any of: |
| 12 | +// - unreleased section not found, |
| 13 | +// - unreleased section empty |
| 14 | +// - optional attribute is not [breaking] or [minor breaking] |
| 15 | +// (adjust these in ci_relase.clj as you see fit) |
11 | 16 |
|
12 | 17 | == Unreleased |
13 | 18 |
|
| 19 | +* Drop `alpha` status, we don't have many users, but folks have been using this lib for years |
| 20 | +* Reviewed and refreshed docs |
14 | 21 | * Bumped library deps (these are used during test generation only) |
15 | | -* No longer engaging clj-kondo's lint feature during code analysis. |
| 22 | +* No longer engaging clj-kondo's lint feature during code analysis |
16 | 23 |
|
17 | | -== v1.0.166-alpha |
| 24 | +== v1.0.166-alpha - 2021-11-27 [[v1.0.166-alpha]] |
18 | 25 |
|
19 | 26 | * While preserving our existing `-X` command line interface, add a more conventional main command line interface to support leiningen (and potentially Windows) users https://github.com/lread/test-doc-blocks/issues/8[#8] |
20 | 27 | * Now failing when a requested file/glob does not exist https://github.com/lread/test-doc-blocks/issues/9[#9] |
21 | 28 | * Bump deps |
22 | 29 | * Internal test-doc-blocks developer facing: |
23 | 30 | ** Migrate from `depstar` to `tools.build` |
24 | 31 |
|
25 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.146-alpha\...v1.0.166-alpha[Gritty details of changes for this release] |
| 32 | +https://github.com/lread/test-doc-blocks/compare/v1.0.146-alpha\...v1.0.166-alpha[commit log] |
26 | 33 |
|
27 | | -== v1.0.146-alpha |
| 34 | +== v1.0.146-alpha - 2021-08-30 [[v1.0.146-alpha]] |
28 | 35 |
|
29 | 36 | * Add support for `(refer-clojure ...)` in doc blocks https://github.com/lread/test-doc-blocks/issues/5[#5] |
30 | 37 | * Bump rewrite-clj to v1.0.682-alpha |
31 | 38 |
|
32 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.137-alpha\...v1.0.146-alpha[Gritty details of changes for this release] |
| 39 | +https://github.com/lread/test-doc-blocks/compare/v1.0.137-alpha\...v1.0.146-alpha[commit log] |
33 | 40 |
|
34 | | -== v1.0.137-alpha |
| 41 | +== v1.0.137-alpha - 2021-08-23 [[v1.0.137-alpha]] |
35 | 42 |
|
36 | 43 | * Freshen up docs, deps and internal scripts |
37 | 44 |
|
38 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.129-alpha\...v1.0.137-alpha[Gritty details of changes for this release] |
| 45 | +https://github.com/lread/test-doc-blocks/compare/v1.0.129-alpha\...v1.0.137-alpha[commit log] |
39 | 46 |
|
40 | | -== v1.0.129-alpha |
| 47 | +== v1.0.129-alpha - 2021-04-16 [[v1.0.129-alpha]] |
41 | 48 |
|
42 | 49 | * Maintenance release - bump deps |
43 | 50 |
|
44 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.124-alpha\...v1.0.129-alpha[Gritty details of changes for this release] |
| 51 | +https://github.com/lread/test-doc-blocks/compare/v1.0.124-alpha\...v1.0.129-alpha[commit log] |
45 | 52 |
|
46 | | -== v1.0.124-alpha |
| 53 | +== v1.0.124-alpha - 2021-03-26 [[v1.0.124-alpha]] |
47 | 54 |
|
48 | 55 | * Maintenance release - deps, docs and ops updates |
49 | 56 |
|
50 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.116-alpha\...v1.0.124-alpha[Gritty details of changes for this release] |
| 57 | +https://github.com/lread/test-doc-blocks/compare/v1.0.116-alpha\...v1.0.124-alpha[commit log] |
51 | 58 |
|
52 | | -== v1.0.116-alpha |
| 59 | +== v1.0.116-alpha - 2021-03-17 [[v1.0.116-alpha]] |
53 | 60 |
|
54 | 61 | * Switch to `com.github.lread/test-doc-blocks` for deployment artifact name as per new security measures at clojars. |
55 | 62 |
|
56 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.114-alpha\...v1.0.116-alpha[Gritty details of changes for this release] |
| 63 | +https://github.com/lread/test-doc-blocks/compare/v1.0.114-alpha\...v1.0.116-alpha[commit log] |
57 | 64 |
|
58 | | -== v1.0.114-alpha |
| 65 | +== v1.0.114-alpha - 2021-03-14 [[v1.0.114-alpha]] |
59 | 66 |
|
60 | 67 | * Ensure test-doc-blocks works on Windows |
61 | 68 |
|
62 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.107-alpha\...v1.0.114-alpha[Gritty details of changes for this release] |
| 69 | +https://github.com/lread/test-doc-blocks/compare/v1.0.107-alpha\...v1.0.114-alpha[commit log] |
63 | 70 |
|
64 | | -== v1.0.107-alpha |
| 71 | +== v1.0.107-alpha - 2021-03-13 [[v1.0.107-alpha]] |
65 | 72 |
|
66 | 73 | * Support generating tests from CommonMark code blocks found in Clojure source docstrings |
67 | 74 |
|
68 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.103-alpha\...v1.0.107-alpha[Gritty details of changes for this release] |
| 75 | +https://github.com/lread/test-doc-blocks/compare/v1.0.103-alpha\...v1.0.107-alpha[commit log] |
69 | 76 |
|
70 | | -== v1.0.103-alpha |
| 77 | +== v1.0.103-alpha - 2021-03-12 [[v1.0.103-alpha]] |
71 | 78 |
|
72 | 79 | * Correct sort order in new tree-like report of found blocks |
73 | 80 |
|
74 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.101-alpha\...v1.0.103-alpha[Gritty details of changes for this release] |
| 81 | +https://github.com/lread/test-doc-blocks/compare/v1.0.101-alpha\...v1.0.103-alpha[commit log] |
75 | 82 |
|
76 | | -== v1.0.101-alpha |
| 83 | +== v1.0.101-alpha - 2021-03-11 [[v1.0.101-alpha]] |
77 | 84 |
|
78 | 85 | * Don't trim trailing newline for test body if last item is comment |
79 | 86 | * Switch from (too) wide table to tree-like report of found blocks |
80 | 87 |
|
81 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.92-alpha\...v1.0.101-alpha[Gritty details of changes for this release] |
| 88 | +https://github.com/lread/test-doc-blocks/compare/v1.0.92-alpha\...v1.0.101-alpha[commit log] |
82 | 89 |
|
83 | | -== v1.0.92-alpha |
| 90 | +== v1.0.92-alpha - 2021-03-11 [[v1.0.92-alpha]] |
84 | 91 |
|
85 | 92 | * Upgraded from rewrite-clj v0 to rewrite-clj v1 |
86 | 93 | * Release workflow now creates a GitHub release |
87 | 94 |
|
88 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.85-alpha\...v1.0.92-alpha[Gritty details of changes for this release] |
| 95 | +https://github.com/lread/test-doc-blocks/compare/v1.0.85-alpha\...v1.0.92-alpha[commit log] |
89 | 96 |
|
90 | | -== v1.0.85-alpha |
| 97 | +== v1.0.85-alpha - 2021-02-06 [[v1.0.85-alpha]] |
91 | 98 |
|
92 | 99 | * Correct public API for cljdoc |
93 | 100 |
|
94 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.82-alpha\...v1.0.85-alpha[Gritty details of changes for this release] |
| 101 | +https://github.com/lread/test-doc-blocks/compare/v1.0.82-alpha\...v1.0.85-alpha[commit log] |
95 | 102 |
|
96 | | -== v1.0.82-alpha |
| 103 | +== v1.0.82-alpha - 2021-02-06 [[v1.0.82-alpha]] |
97 | 104 |
|
98 | 105 | * Developer facing only: more updates to release workflow |
99 | 106 |
|
100 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.80-alpha\...v1.0.82-alpha[Gritty details of changes for this release] |
| 107 | +https://github.com/lread/test-doc-blocks/compare/v1.0.80-alpha\...v1.0.82-alpha[commit log] |
101 | 108 |
|
102 | | -== v1.0.80-alpha |
| 109 | +== v1.0.80-alpha - 2021-02-06 [[v1.0.80-alpha]] |
103 | 110 |
|
104 | 111 | * Developer facing only: updates to release workflow |
105 | 112 |
|
106 | | -https://github.com/lread/test-doc-blocks/compare/v1.0.76-alpha\...v1.0.80-alpha[Gritty details of changes for this release] |
| 113 | +https://github.com/lread/test-doc-blocks/compare/v1.0.76-alpha\...v1.0.80-alpha[commit log] |
107 | 114 |
|
108 | | -== v1.0.76-alpha |
| 115 | +== v1.0.76-alpha - 2021-02-05 [[v1.0.72-alpha]] |
109 | 116 |
|
110 | 117 | * First release |
111 | 118 |
|
112 | | -[#breaking] |
113 | | -== Breaking Changes |
114 | | - |
115 | | -// Release workflow will: |
116 | | -// - If an "=== Unreleased Breaking Changes" section header exists here: |
117 | | -// - Helpfully fail the section contains no descriptive text |
118 | | -// - Replace the Unreleased section header with actual release version |
119 | | - |
120 | | -Still in alpha, nothing to track yet! |
121 | | - |
122 | | -// === Unreleased Breaking Changes |
0 commit comments