Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Insprill committed Apr 19, 2024
1 parent a807c0b commit ced8d64
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ 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).


## [0.8.0] - 2024-04-19

### Changed

- All paths have been updated to match Genius to make redirecting easier. If you have any redirects, you'll need to update them to only modify the host.
- Clicking on the version in the navbar will now take you to the exact commit/tag the version was built from.


## [0.7.0] - 2024-02-16

### Added
Expand Down Expand Up @@ -143,7 +151,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#6]: https://github.com/Insprill/intellectual/pull/6

<!-- Diffs -->
[Unreleased]: https://github.com/Insprill/intellectual/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/Insprill/intellectual/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/Insprill/intellectual/compare/v0.7.0...v0.8.0
[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
Expand Down
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
@@ -1,7 +1,7 @@
[package]
name = "intellectual"
description = "Alternate frontend for Genius focused on privacy and simplicity"
version = "0.7.0"
version = "0.8.0"
license = "AGPL-3.0"
repository = "https://github.com/Insprill/intellectual"
edition = "2021"
Expand Down

0 comments on commit ced8d64

Please sign in to comment.