Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed Mar 20, 2024
1 parent 47b835f commit 65a2edf
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 @@ -3,6 +3,8 @@
<!-- next-header -->

## [Unreleased] - ReleaseDate

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

## [0.3.2] - 2024-01-30
Expand Down Expand Up @@ -45,7 +47,8 @@


<!-- next-url -->
[Unreleased]: https://github.com/kekonn/fercord/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/kekonn/fercord/compare/v0.3.3...HEAD
[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
[0.3.0]: https://github.com/kekonn/fercord/compare/v0.2.0...v0.3.0
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.2"
version = "0.3.3"
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 @@ -3,6 +3,8 @@
<!-- next-header -->

## [Unreleased] - ReleaseDate

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

## [0.3.2] - 2024-01-30
Expand All @@ -15,7 +17,8 @@
- chore: Update dependencies and adopt new version of Poise

<!-- next-url -->
[Unreleased]: https://github.com/kekonn/fercord/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/kekonn/fercord/compare/v0.3.3...HEAD
[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
[0.3.0]: https://github.com/kekonn/fercord/compare/v0.2.0...v0.3.0
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.2"
version = "0.3.3"

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

0 comments on commit 65a2edf

Please sign in to comment.