Skip to content

Commit

Permalink
chore: Release fercord version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed Sep 29, 2023
1 parent 2f20583 commit 5cbf1c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

## [0.2.0] - 2023-09-29

### Added
- Docker support
- Compile time multi-database support
Expand All @@ -25,5 +27,6 @@


<!-- next-url -->
[Unreleased]: https://github.com/kekonn/fercord/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/kekonn/fercord/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/kekonn/fercord/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/kekonn/fercord/compare/1c72dea07273f387914ffd122218e27a6a676a9a...v0.1.0
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.

6 changes: 4 additions & 2 deletions Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "fercord"
description = "A Discord bot written in Rust."
version = "0.1.0"
version = "0.2.0"
edition = "2021"
include = [
"src/*.rs",
"src/**/*.rs",
"migrations/",
"*.md",
"Cargo.toml"
]
Expand Down Expand Up @@ -94,3 +95,4 @@ pr-run-mode = "plan"
sign-commit = true
sign-tag = true
allow-branch = ["main"]
enable-features = ["default"]

0 comments on commit 5cbf1c2

Please sign in to comment.