Skip to content

Commit a9216f2

Browse files
committed
chore: release rime v0.1.2
Signed-off-by: Christina Sørensen <[email protected]>
1 parent 19dcff5 commit a9216f2

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,45 @@ 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.2] - 2023-11-02
13+
14+
### Bug Fixes
15+
16+
- Add SystemConfiguration, refactor slightly
17+
18+
### Documentation
19+
20+
- Fix typo
21+
- Revamped readme
22+
23+
### Features
24+
25+
- Add sourcehut version endpoints
26+
- Add ref endpoint
27+
- Branch endpoint
28+
29+
### Miscellaneous Tasks
30+
31+
- Release rime v0.1.1
32+
- Bump flake inputs
33+
- Gracefully handle partial configs
34+
35+
### Testing
36+
37+
- Add integration tests for the live server
38+
- Add testing of slashes in branches
39+
40+
### Bug
41+
42+
- Sanitize the tarball name in get_repo_ref
43+
- Handle branch names with slashes in them
44+
- Fix Forgejo & GitLab latest tag APIs
45+
46+
### Build
47+
48+
- Change all flake inputs to rime.cx
49+
- Change most flake inputs to semnix
50+
1251
## [0.1.1] - 2023-10-30
1352

1453
### Documentation

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.1"
13+
version = "0.1.2"
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)