|
2 | 2 |
|
3 | 3 | <!-- towncrier release notes start -->
|
4 | 4 |
|
5 |
| -## [1.0.1](https://github.com/Nagidal/hatch-semver/tree/1.0.1) - 2022-11-17 |
| 5 | +## [2.0.0](https://github.com/fleetingbytes/hatch-semver/tree/2.0.0) - 2024-02-03 |
6 | 6 |
|
7 | 7 |
|
8 | 8 | ### Documentation
|
9 | 9 |
|
10 |
| -- Fixed typos and errors in the documentation [#59](https://github.com/Nagidal/hatch-semver/issues/59) |
11 |
| -- Set correct project homepage in `pyproject.toml`. It should be now linked from [PyPI](https://pypi.org/project/hatch-semver/). [#64](https://github.com/Nagidal/hatch-semver/issues/64) |
| 10 | +- fix links in the changelog [#76](https://github.com/fleetingbytes/hatch-semver/issues/76) |
| 11 | +- fix links in readme [#77](https://github.com/fleetingbytes/hatch-semver/issues/77) |
| 12 | +- doc: link to a python-semver bug [#78](https://github.com/fleetingbytes/hatch-semver/issues/78) |
| 13 | + |
| 14 | + |
| 15 | +### New Features |
| 16 | + |
| 17 | +- use python-semver 3 [#75](https://github.com/fleetingbytes/hatch-semver/issues/75) |
| 18 | + |
| 19 | + |
| 20 | +### Development Details |
| 21 | + |
| 22 | +- use normal hatchling in `pyproject.toml` [#79](https://github.com/fleetingbytes/hatch-semver/issues/79) |
| 23 | + |
| 24 | +## [1.0.1](https://github.com/fleetingbytes/hatch-semver/tree/1.0.1) - 2022-11-17 |
| 25 | + |
| 26 | + |
| 27 | +### Documentation |
| 28 | + |
| 29 | +- Fixed typos and errors in the documentation [#59](https://github.com/fleetingbytes/hatch-semver/issues/59) |
| 30 | +- Set correct project homepage in `pyproject.toml`. It should be now linked from [PyPI](https://pypi.org/project/hatch-semver/). [#64](https://github.com/fleetingbytes/hatch-semver/issues/64) |
12 | 31 |
|
13 | 32 |
|
14 | 33 | ### Development Details
|
15 | 34 |
|
16 |
| -- Set current date in `__about__.py` [#61](https://github.com/Nagidal/hatch-semver/issues/61) |
17 |
| -- Wrote a test for current date in `__about__.py` [#62](https://github.com/Nagidal/hatch-semver/issues/62) |
18 |
| -- Wrote a test for current version in the changelog [#63](https://github.com/Nagidal/hatch-semver/issues/63) |
| 35 | +- Set current date in `__about__.py` [#61](https://github.com/fleetingbytes/hatch-semver/issues/61) |
| 36 | +- Wrote a test for current date in `__about__.py` [#62](https://github.com/fleetingbytes/hatch-semver/issues/62) |
| 37 | +- Wrote a test for current version in the changelog [#63](https://github.com/fleetingbytes/hatch-semver/issues/63) |
19 | 38 |
|
20 | 39 |
|
21 |
| -## [1.0.0](https://github.com/Nagidal/hatch-semver/tree/1.0.0) - 2022-11-17 |
| 40 | +## [1.0.0](https://github.com/fleetingbytes/hatch-semver/tree/1.0.0) - 2022-11-17 |
22 | 41 |
|
23 | 42 |
|
24 | 43 | ### New Features
|
25 | 44 |
|
26 |
| -- Released v1.0.0 [#57](https://github.com/Nagidal/hatch-semver/issues/57) |
| 45 | +- Released v1.0.0 [#57](https://github.com/fleetingbytes/hatch-semver/issues/57) |
27 | 46 |
|
28 | 47 |
|
29 |
| -## [1.0.0-rc.4](https://github.com/Nagidal/hatch-semver/tree/1.0.0-rc.4) - 2022-11-16 |
| 48 | +## [1.0.0-rc.4](https://github.com/fleetingbytes/hatch-semver/tree/1.0.0-rc.4) - 2022-11-16 |
30 | 49 |
|
31 | 50 |
|
32 | 51 | ### Documentation
|
33 | 52 |
|
34 |
| -- Renamed User Documentation Workflow to Master PR Closed [#53](https://github.com/Nagidal/hatch-semver/issues/53) |
| 53 | +- Renamed User Documentation Workflow to Master PR Closed [#53](https://github.com/fleetingbytes/hatch-semver/issues/53) |
35 | 54 |
|
36 | 55 |
|
37 | 56 | ### Development Details
|
38 | 57 |
|
39 |
| -- Test stage is set up [#51](https://github.com/Nagidal/hatch-semver/issues/51) |
| 58 | +- Test stage is set up [#51](https://github.com/fleetingbytes/hatch-semver/issues/51) |
40 | 59 |
|
41 | 60 |
|
42 |
| -## [1.0.0-rc.3](https://github.com/Nagidal/hatch-semver/tree/1.0.0-rc.3) - 2022-11-16 |
| 61 | +## [1.0.0-rc.3](https://github.com/fleetingbytes/hatch-semver/tree/1.0.0-rc.3) - 2022-11-16 |
43 | 62 |
|
44 | 63 |
|
45 | 64 | ### Documentation
|
46 | 65 |
|
47 |
| -- Using admonitions [#44](https://github.com/Nagidal/hatch-semver/issues/44) |
48 |
| -- Using a note admonition in `index.md` [#49](https://github.com/Nagidal/hatch-semver/issues/49) |
| 66 | +- Using admonitions [#44](https://github.com/fleetingbytes/hatch-semver/issues/44) |
| 67 | +- Using a note admonition in `index.md` [#49](https://github.com/fleetingbytes/hatch-semver/issues/49) |
49 | 68 |
|
50 | 69 |
|
51 | 70 | ### Development Details
|
52 | 71 |
|
53 |
| -- Using actions/checkout@v3 in the CI [#46](https://github.com/Nagidal/hatch-semver/issues/46) |
54 |
| -- Using setup-python@v4 in the CI [#47](https://github.com/Nagidal/hatch-semver/issues/47) |
| 72 | +- Using actions/checkout@v3 in the CI [#46](https://github.com/fleetingbytes/hatch-semver/issues/46) |
| 73 | +- Using setup-python@v4 in the CI [#47](https://github.com/fleetingbytes/hatch-semver/issues/47) |
55 | 74 |
|
56 | 75 |
|
57 |
| -## [1.0.0-rc.2](https://github.com/Nagidal/hatch-semver/tree/1.0.0-rc.2) - 2022-11-16 |
| 76 | +## [1.0.0-rc.2](https://github.com/fleetingbytes/hatch-semver/tree/1.0.0-rc.2) - 2022-11-16 |
58 | 77 |
|
59 | 78 |
|
60 | 79 | ### Documentation
|
61 | 80 |
|
62 |
| -- Using admonitions [#44](https://github.com/Nagidal/hatch-semver/issues/44) |
| 81 | +- Using admonitions [#44](https://github.com/fleetingbytes/hatch-semver/issues/44) |
63 | 82 |
|
64 | 83 |
|
65 | 84 | ### Development Details
|
66 | 85 |
|
67 |
| -- Using actions/checkout@v3 in the CI [#46](https://github.com/Nagidal/hatch-semver/issues/46) |
68 |
| -- Using setup-python@v4 in the CI [#47](https://github.com/Nagidal/hatch-semver/issues/47) |
| 86 | +- Using actions/checkout@v3 in the CI [#46](https://github.com/fleetingbytes/hatch-semver/issues/46) |
| 87 | +- Using setup-python@v4 in the CI [#47](https://github.com/fleetingbytes/hatch-semver/issues/47) |
69 | 88 |
|
70 | 89 |
|
71 |
| -## [1.0.0-rc.1](https://github.com/Nagidal/hatch-semver/tree/1.0.0-rc.1) - 2022-11-16 |
| 90 | +## [1.0.0-rc.1](https://github.com/fleetingbytes/hatch-semver/tree/1.0.0-rc.1) - 2022-11-16 |
72 | 91 |
|
73 | 92 |
|
74 | 93 | ### Documentation
|
75 | 94 |
|
76 |
| -- Using PowerShell instead of cmd commands in pyproject [#35](https://github.com/Nagidal/hatch-semver/issues/35) |
77 |
| -- Added githooks to the repo. Set your core.hookspath to `.githooks` [#36](https://github.com/Nagidal/hatch-semver/issues/36) |
78 |
| -- Updated links to published documentation in `README.md` [#43](https://github.com/Nagidal/hatch-semver/issues/43) |
| 95 | +- Using PowerShell instead of cmd commands in pyproject [#35](https://github.com/fleetingbytes/hatch-semver/issues/35) |
| 96 | +- Added githooks to the repo. Set your core.hookspath to `.githooks` [#36](https://github.com/fleetingbytes/hatch-semver/issues/36) |
| 97 | +- Updated links to published documentation in `README.md` [#43](https://github.com/fleetingbytes/hatch-semver/issues/43) |
79 | 98 |
|
80 | 99 |
|
81 | 100 | ### Development Details
|
82 | 101 |
|
83 |
| -- Deleted unnecessary copy of the documentation [#41](https://github.com/Nagidal/hatch-semver/issues/41) |
84 |
| -- Better documentation pipeline [#42](https://github.com/Nagidal/hatch-semver/issues/42) |
| 102 | +- Deleted unnecessary copy of the documentation [#41](https://github.com/fleetingbytes/hatch-semver/issues/41) |
| 103 | +- Better documentation pipeline [#42](https://github.com/fleetingbytes/hatch-semver/issues/42) |
85 | 104 |
|
86 | 105 |
|
87 |
| -## [0.2.4](https://github.com/Nagidal/hatch-semver/tree/0.2.4) - 2022-11-15 |
| 106 | +## [0.2.4](https://github.com/fleetingbytes/hatch-semver/tree/0.2.4) - 2022-11-15 |
88 | 107 |
|
89 | 108 |
|
90 | 109 | ### Development Details
|
91 | 110 |
|
92 |
| -- Using PowerShell instead of cmd commands in pyproject [#35](https://github.com/Nagidal/hatch-semver/issues/35) |
93 |
| -- Added githooks to the repo. Set your core.hookspath to `.githooks` [#36](https://github.com/Nagidal/hatch-semver/issues/36) |
| 111 | +- Using PowerShell instead of cmd commands in pyproject [#35](https://github.com/fleetingbytes/hatch-semver/issues/35) |
| 112 | +- Added githooks to the repo. Set your core.hookspath to `.githooks` [#36](https://github.com/fleetingbytes/hatch-semver/issues/36) |
94 | 113 |
|
95 | 114 |
|
96 |
| -## [0.2.4-rc.1](https://github.com/Nagidal/hatch-semver/tree/0.2.4-rc.1) - 2022-11-15 |
| 115 | +## [0.2.4-rc.1](https://github.com/fleetingbytes/hatch-semver/tree/0.2.4-rc.1) - 2022-11-15 |
97 | 116 |
|
98 | 117 |
|
99 | 118 | ### Development Details
|
100 | 119 |
|
101 |
| -- Use hatch-semver for versioning [#33](https://github.com/Nagidal/hatch-semver/issues/33) |
| 120 | +- Use hatch-semver for versioning [#33](https://github.com/fleetingbytes/hatch-semver/issues/33) |
102 | 121 |
|
103 | 122 |
|
104 |
| -## [0.2.3](https://github.com/Nagidal/hatch-semver/tree/0.2.3) - 2022-11-15 |
| 123 | +## [0.2.3](https://github.com/fleetingbytes/hatch-semver/tree/0.2.3) - 2022-11-15 |
105 | 124 |
|
106 | 125 |
|
107 | 126 | ### Documentation
|
108 | 127 |
|
109 |
| -- Separated home.md from README.md [#31](https://github.com/Nagidal/hatch-semver/issues/31) |
| 128 | +- Separated home.md from README.md [#31](https://github.com/fleetingbytes/hatch-semver/issues/31) |
110 | 129 |
|
111 | 130 |
|
112 |
| -## [0.2.2](https://github.com/Nagidal/hatch-semver/tree/0.2.2) - 2022-11-15 |
| 131 | +## [0.2.2](https://github.com/fleetingbytes/hatch-semver/tree/0.2.2) - 2022-11-15 |
113 | 132 |
|
114 | 133 |
|
115 | 134 | ### Documentation
|
116 | 135 |
|
117 |
| -- Removed api-docs [#29](https://github.com/Nagidal/hatch-semver/issues/29) |
| 136 | +- Removed api-docs [#29](https://github.com/fleetingbytes/hatch-semver/issues/29) |
118 | 137 |
|
119 | 138 |
|
120 |
| -## [0.2.1](https://github.com/Nagidal/hatch-semver/tree/0.2.1) - 2022-11-15 |
| 139 | +## [0.2.1](https://github.com/fleetingbytes/hatch-semver/tree/0.2.1) - 2022-11-15 |
121 | 140 |
|
122 | 141 |
|
123 | 142 | ### Documentation
|
124 | 143 |
|
125 |
| -- Moved user-docs to docs [#27](https://github.com/Nagidal/hatch-semver/issues/27) |
| 144 | +- Moved user-docs to docs [#27](https://github.com/fleetingbytes/hatch-semver/issues/27) |
126 | 145 |
|
127 | 146 |
|
128 |
| -## [0.2.0](https://github.com/Nagidal/hatch-semver/tree/0.2.0) - 2022-11-15 |
| 147 | +## [0.2.0](https://github.com/fleetingbytes/hatch-semver/tree/0.2.0) - 2022-11-15 |
129 | 148 |
|
130 | 149 |
|
131 | 150 | ### Documentation
|
132 | 151 |
|
133 |
| -- Wrote user and api documentation [#25](https://github.com/Nagidal/hatch-semver/issues/25) |
| 152 | +- Wrote user and api documentation [#25](https://github.com/fleetingbytes/hatch-semver/issues/25) |
134 | 153 |
|
135 | 154 |
|
136 |
| -## [0.1.0](https://github.com/Nagidal/hatch-semver/tree/0.1.0) - 2022-11-13 |
| 155 | +## [0.1.0](https://github.com/fleetingbytes/hatch-semver/tree/0.1.0) - 2022-11-13 |
137 | 156 |
|
138 | 157 |
|
139 | 158 | ### New Features
|
140 | 159 |
|
141 |
| -- Added inline options for prerelease and build tokens [#23](https://github.com/Nagidal/hatch-semver/issues/23) |
| 160 | +- Added inline options for prerelease and build tokens [#23](https://github.com/fleetingbytes/hatch-semver/issues/23) |
142 | 161 |
|
143 | 162 |
|
144 | 163 | ### Bugfixes
|
145 | 164 |
|
146 |
| -- Fixed undefined ValeError [#16](https://github.com/Nagidal/hatch-semver/issues/16) |
147 |
| -- Can bump prereleases now [#17](https://github.com/Nagidal/hatch-semver/issues/17) |
148 |
| -- Can bump builds now [#18](https://github.com/Nagidal/hatch-semver/issues/18) |
149 |
| -- Can update version to release [#22](https://github.com/Nagidal/hatch-semver/issues/22) |
| 165 | +- Fixed undefined ValeError [#16](https://github.com/fleetingbytes/hatch-semver/issues/16) |
| 166 | +- Can bump prereleases now [#17](https://github.com/fleetingbytes/hatch-semver/issues/17) |
| 167 | +- Can bump builds now [#18](https://github.com/fleetingbytes/hatch-semver/issues/18) |
| 168 | +- Can update version to release [#22](https://github.com/fleetingbytes/hatch-semver/issues/22) |
150 | 169 |
|
151 | 170 |
|
152 | 171 | ### Development Details
|
153 | 172 |
|
154 |
| -- Created tests [#19](https://github.com/Nagidal/hatch-semver/issues/19) |
| 173 | +- Created tests [#19](https://github.com/fleetingbytes/hatch-semver/issues/19) |
155 | 174 |
|
156 | 175 |
|
157 |
| -## [0.0.8](https://github.com/Nagidal/hatch-semver/tree/0.0.8) - 2022-11-10 |
| 176 | +## [0.0.8](https://github.com/fleetingbytes/hatch-semver/tree/0.0.8) - 2022-11-10 |
158 | 177 |
|
159 | 178 |
|
160 | 179 | ### Bugfixes
|
161 | 180 |
|
162 |
| -- Fixed another ValueError when bumping major version [#14](https://github.com/Nagidal/hatch-semver/issues/14) |
| 181 | +- Fixed another ValueError when bumping major version [#14](https://github.com/fleetingbytes/hatch-semver/issues/14) |
163 | 182 |
|
164 | 183 |
|
165 |
| -## [0.0.7](https://github.com/Nagidal/hatch-semver/tree/0.0.7) - 2022-11-10 |
| 184 | +## [0.0.7](https://github.com/fleetingbytes/hatch-semver/tree/0.0.7) - 2022-11-10 |
166 | 185 |
|
167 | 186 |
|
168 | 187 | ### Bugfixes
|
169 | 188 |
|
170 |
| -- Fixed NameError when bumping version [#12](https://github.com/Nagidal/hatch-semver/issues/12) |
| 189 | +- Fixed NameError when bumping version [#12](https://github.com/fleetingbytes/hatch-semver/issues/12) |
171 | 190 |
|
172 | 191 |
|
173 |
| -## [0.0.6](https://github.com/Nagidal/hatch-semver/tree/0.0.6) - 2022-11-10 |
| 192 | +## [0.0.6](https://github.com/fleetingbytes/hatch-semver/tree/0.0.6) - 2022-11-10 |
174 | 193 |
|
175 | 194 |
|
176 | 195 | ### Bugfixes
|
177 | 196 |
|
178 |
| -- Major version should be bumpable now [#10](https://github.com/Nagidal/hatch-semver/issues/10) |
| 197 | +- Major version should be bumpable now [#10](https://github.com/fleetingbytes/hatch-semver/issues/10) |
179 | 198 |
|
180 | 199 |
|
181 |
| -## [0.0.5](https://github.com/Nagidal/hatch-semver/tree/0.0.5) - 2022-11-10 |
| 200 | +## [0.0.5](https://github.com/fleetingbytes/hatch-semver/tree/0.0.5) - 2022-11-10 |
182 | 201 |
|
183 | 202 | No significant changes.
|
184 | 203 |
|
185 | 204 |
|
186 |
| -## [0.0.4](https://github.com/Nagidal/hatch-semver/tree/0.0.4) - 2022-11-10 |
| 205 | +## [0.0.4](https://github.com/fleetingbytes/hatch-semver/tree/0.0.4) - 2022-11-10 |
187 | 206 |
|
188 | 207 |
|
189 | 208 | ### Development Details
|
190 | 209 |
|
191 |
| -- Plugin structure is ready, should know how to bump major, minor, patch [#2](https://github.com/Nagidal/hatch-semver/issues/2) |
| 210 | +- Plugin structure is ready, should know how to bump major, minor, patch [#2](https://github.com/fleetingbytes/hatch-semver/issues/2) |
192 | 211 |
|
193 | 212 |
|
194 | 213 | ### Documentation
|
195 | 214 |
|
196 |
| -- Better readme, but not final [#8](https://github.com/Nagidal/hatch-semver/issues/8) |
| 215 | +- Better readme, but not final [#8](https://github.com/fleetingbytes/hatch-semver/issues/8) |
197 | 216 |
|
198 | 217 |
|
199 |
| -## [0.0.3](https://github.com/Nagidal/hatch-semver/tree/0.0.3) - 2022-11-10 |
| 218 | +## [0.0.3](https://github.com/fleetingbytes/hatch-semver/tree/0.0.3) - 2022-11-10 |
200 | 219 |
|
201 | 220 |
|
202 | 221 | ### Bugfixes
|
203 | 222 |
|
204 |
| -- Renamed module to hatch_semver [#6](https://github.com/Nagidal/hatch-semver/issues/6) |
| 223 | +- Renamed module to hatch_semver [#6](https://github.com/fleetingbytes/hatch-semver/issues/6) |
205 | 224 |
|
206 | 225 |
|
207 |
| -## [0.0.2](https://github.com/Nagidal/hatch-semver/tree/0.0.2) - 2022-11-10 |
| 226 | +## [0.0.2](https://github.com/fleetingbytes/hatch-semver/tree/0.0.2) - 2022-11-10 |
208 | 227 |
|
209 | 228 |
|
210 | 229 | ### Development Details
|
211 | 230 |
|
212 |
| -- Prepared project [#1](https://github.com/Nagidal/hatch-semver/issues/1) |
| 231 | +- Prepared project [#1](https://github.com/fleetingbytes/hatch-semver/issues/1) |
213 | 232 |
|
214 | 233 |
|
215 | 234 | ### Bugfixes
|
216 | 235 |
|
217 |
| -- Fixed plugin hook path [#4](https://github.com/Nagidal/hatch-semver/issues/4) |
| 236 | +- Fixed plugin hook path [#4](https://github.com/fleetingbytes/hatch-semver/issues/4) |
218 | 237 |
|
219 | 238 |
|
0 commit comments