Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed Aug 28, 2024
1 parent ebf907e commit f6df462
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion fercord_bot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

## [0.3.4] - 2024-08-28

## [0.3.3] - 2024-03-20
- chore: Update dependencies

Expand Down Expand Up @@ -47,7 +49,8 @@


<!-- next-url -->
[Unreleased]: https://github.com/kekonn/fercord/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/kekonn/fercord/compare/v0.3.4...HEAD
[0.3.4]: https://github.com/kekonn/fercord/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/kekonn/fercord/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/kekonn/fercord/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/kekonn/fercord/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion fercord_bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fercord_bot"
version = "0.3.3"
version = "0.3.4"
description = "A Discord bot written in Rust, for personal use"
license.workspace = true
authors.workspace = true
Expand Down
5 changes: 4 additions & 1 deletion fercord_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

## [0.3.4] - 2024-08-28

## [0.3.3] - 2024-03-20
- chore: Update dependencies

Expand All @@ -17,7 +19,8 @@
- chore: Update dependencies and adopt new version of Poise

<!-- next-url -->
[Unreleased]: https://github.com/kekonn/fercord/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/kekonn/fercord/compare/v0.3.4...HEAD
[0.3.4]: https://github.com/kekonn/fercord/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/kekonn/fercord/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/kekonn/fercord/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/kekonn/fercord/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion fercord_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors.workspace = true
edition.workspace = true
repository.workspace = true
keywords.workspace = true
version = "0.3.3"
version = "0.3.4"

[features]
default = ["sqlite"]
Expand Down

0 comments on commit f6df462

Please sign in to comment.