diff --git a/CHANGELOG.md b/CHANGELOG.md index c80d061..ebb55c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 1648d05..5e0d9f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -904,7 +904,7 @@ dependencies = [ [[package]] name = "rime" -version = "0.1.0" +version = "0.1.1" dependencies = [ "axum", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 6ba40de..bca194b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" authors = ["Christina Sørensen "] 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