Skip to content

Commit

Permalink
chore: release rime v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <[email protected]>
  • Loading branch information
cafkafk committed Oct 30, 2023
1 parent 1aa252b commit c2c05ad
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 2 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,60 @@ SPDX-License-Identifier: AGPL-3.0-only

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

## [0.1.1] - 2023-10-30

### Documentation

- Create SECURITY.md
- Add CONTRIBUTING.md
- Fix broken markdown link

### Features

- Make root route redirect to github repo for now
- Introduce flakehub api endpoint (version only)
- Introduce self-hosted forgejo api endpoint
- Introduce codeberg api endpoint
- Add a gitea route
- Introduce a self-hosted gitlab endpoint
- Try auto-discovering forges
- Direct mapping for github.com & flakehub.com

### Miscellaneous Tasks

- Add dependabot.yml
- Bump serde from 1.0.188 to 1.0.190
- Bump regex from 1.9.5 to 1.10.2
- Add REUSE headers to SECURITY.md, dependabot.yml
- Bump serde_yaml from 0.9.25 to 0.9.27
- Make `cafkafk` codeowner of everything

### Refactor

- Fix oversight in suffix check
- Deny unwrap_used in clippy
- Remove commented out code
- Move routing out into tree structure
- Use nested routing

### Testing

- Add simple integration tests for most forges
- Add autodiscovery integration tests

### Build

- Make cross compilation skip uncompilable
- Automate release of tagged containers

## [0.1.0] - 2023-10-28

### Features

- Add CHANGELOG.md

### Miscellaneous Tasks

- Make rime public
- Release rime v0.1.0

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
authors = ["Christina Sørensen <[email protected]>"]
categories = ["command-line-utilities"]
license = "AGPL-3.0-only"
version = "0.1.0"
version = "0.1.1"
rust-version = "1.73.0"

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

0 comments on commit c2c05ad

Please sign in to comment.