Skip to content

Commit 72d13db

Browse files
committed
chore: release rime v0.1.3
Signed-off-by: Christina Sørensen <[email protected]>
1 parent e310e44 commit 72d13db

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,55 @@ SPDX-License-Identifier: AGPL-3.0-only
99

1010
All notable changes to this project will be documented in this file.
1111

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+
1261
## [0.1.2] - 2023-11-02
1362

1463
### Bug Fixes
@@ -31,6 +80,7 @@ All notable changes to this project will be documented in this file.
3180
- Release rime v0.1.1
3281
- Bump flake inputs
3382
- Gracefully handle partial configs
83+
- Release rime v0.1.2
3484

3585
### Testing
3686

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
authors = ["Christina Sørensen <[email protected]>"]
1111
categories = ["command-line-utilities"]
1212
license = "AGPL-3.0-only"
13-
version = "0.1.2"
13+
version = "0.1.3"
1414
rust-version = "1.73.0"
1515

1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)