Skip to content

Commit

Permalink
Merge pull request #16 from bahlo/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
bahlo authored Dec 15, 2020
2 parents 4632a72 + e038c40 commit 21de244
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 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"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ channels.
* [Installation](#installation)
* [Configuration](#configuration)
* [Troubleshooting](#troubleshooting)
* [Running integration tests](#running-integration-tests)
* [Integration tests](#integration-tests)

## Features
* Automatically delete messages that are older than a configured time
Expand Down 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 Expand Up @@ -102,7 +102,7 @@ following permissions:
* Manage Messages
* Read Message History

## Running integration tests
## Integration tests
To run integration tests you need to create a bot (see
[Preparation](#Preparation)), but with the bitmask 76816, which translates to:

Expand Down

0 comments on commit 21de244

Please sign in to comment.