Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Dec 15, 2020
1 parent 943c3f6 commit e038c40
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.2] - 2020-12-15
### Added
- Default retention with `*`
- Improve sleep interval to start when the last run started, not ended

## [1.0.1] - 2020-12-11
### Added
- `DELETE_PINNED={true,false}` functionality
Expand All @@ -31,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Working prototype for one guild
- Basic GitHub actions setup

[Unreleased]: https://github.com/bahlo/discord-retention-bot/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/bahlo/discord-retention-bot/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/bahlo/discord-retention-bot/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/bahlo/discord-retention-bot/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/bahlo/discord-retention-bot/compare/v0.1.0...v1.0.0
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "discord-retention-bot"
version = "1.0.1"
version = "1.0.2"
authors = ["Arne Bahlo <hallo@arne.me>"]
edition = "2018"
description = "A bot that allows you to set a message retention for individual Discord text channels."
Expand All @@ -23,4 +23,4 @@ thiserror = "1.0"
futures = "0.3"
tokio-test = "0.3"
serde_json = "1.0"
rand = "0.7"
rand = "0.7"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ and download the binary for your architecture.

### Docker
You can use the provided Docker image at
`docker.pkg.github.com/bahlo/discord-retention-bot/discord-retention-bot:1.0.1`.
`docker.pkg.github.com/bahlo/discord-retention-bot/discord-retention-bot:1.0.2`.

### Cargo
Run `cargo install discord-retention-bot` to install the latest version from
Expand Down

0 comments on commit e038c40

Please sign in to comment.