@@ -9,6 +9,55 @@ SPDX-License-Identifier: AGPL-3.0-only
9
9
10
10
All notable changes to this project will be documented in this file.
11
11
12
+ ## [ 0.1.3] - 2023-11-09
13
+
14
+ ### Documentation
15
+
16
+ - Update the comment about url encoding
17
+
18
+ ### Features
19
+
20
+ - Support including pre-releases
21
+ - Add flagship routes for (git.)sr.ht
22
+ - Add an endpoint for semver locking
23
+ - Allow more complex semver locking
24
+ - Add support for release-based endpoints
25
+ - Try extracting a semver more aggressively
26
+
27
+ ### Miscellaneous Tasks
28
+
29
+ - Add more treefmt'ers, precommit hack
30
+ - Bump serde_json from 1.0.107 to 1.0.108
31
+
32
+ ### Refactor
33
+
34
+ - Refactor the release discovery
35
+ - Configurable forge API page size
36
+ - Lift out the release list fetching
37
+ - Lift out a lot of shared code
38
+ - Use flagship routes for Codeberg
39
+ - Greatly simplify the handlers
40
+ - Turn auto-discovery into a "Forge"
41
+ - Lift routing out of the Forge trait
42
+ - Drop ` new() ` from the Forge trait
43
+ - Allow some shortcuts for implementors
44
+ - Lift out the .tar.gz stripping
45
+ - Use the original URI for NoTarGz
46
+ - Re-export ForgeReleases from api::v1::forge
47
+ - Lift out some shared code
48
+
49
+ ### Testing
50
+
51
+ - Add testing for pre-releases
52
+ - Codeberg must now pass
53
+ - Add testing for the semver endpoint
54
+ - Add testing for the release endpoint
55
+ - Temporarily disable gitlab.com autodiscovery
56
+
57
+ ### Bug
58
+
59
+ - Improved auto-detection
60
+
12
61
## [ 0.1.2] - 2023-11-02
13
62
14
63
### Bug Fixes
@@ -31,6 +80,7 @@ All notable changes to this project will be documented in this file.
31
80
- Release rime v0.1.1
32
81
- Bump flake inputs
33
82
- Gracefully handle partial configs
83
+ - Release rime v0.1.2
34
84
35
85
### Testing
36
86
0 commit comments