diff --git a/CHANGELOG.md b/CHANGELOG.md index fdaf791..f4d8203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.7.0] - 2024-02-16 ### Added - Support for aarch64. @@ -143,7 +143,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#6]: https://github.com/Insprill/intellectual/pull/6 -[Unreleased]: https://github.com/Insprill/intellectual/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/Insprill/intellectual/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/Insprill/intellectual/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/Insprill/intellectual/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/Insprill/intellectual/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/Insprill/intellectual/compare/v0.4.0...v0.5.0 diff --git a/Cargo.lock b/Cargo.lock index 2ad57d2..53412ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -991,7 +991,7 @@ dependencies = [ [[package]] name = "intellectual" -version = "0.6.0" +version = "0.7.0" dependencies = [ "actix-web", "askama", diff --git a/Cargo.toml b/Cargo.toml index 4545b09..ad3585e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "intellectual" description = "Alternate frontend for Genius focused on privacy and simplicity" -version = "0.6.0" +version = "0.7.0" license = "AGPL-3.0" repository = "https://github.com/Insprill/intellectual" edition = "2021"