Skip to content

Commit

Permalink
chore: release v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDebonair committed Oct 21, 2022
1 parent ea4ae29 commit ff07843
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ _prefixes_. This project adheres to [Semantic Versioning](https://semver.org/spe

## [Unreleased]

## [0.31.0] - 2022-10-21

### Changed

- Moved Slack Machine community chat to [Slack](https://join.slack.com/t/slack-machine-chat/shared_invite/zt-1g87tzvlf-8bV_WnY3JZyaYNnRFwRd~w)
Expand All @@ -21,7 +23,8 @@ _prefixes_. This project adheres to [Semantic Versioning](https://semver.org/spe
- Bump `tzdata` from 2022.4 to 2022.5
- Bump `aioboto3` from 10.0.0 to 10.1.0
- Add changelog to keep track of updates
- Move to [structlog](https://www.structlog.org) for logging
- Move to [structlog](https://www.structlog.org) for logging, fixes
[#599](https://github.com/DonDebonair/slack-machine/issues/599)
([#663](https://github.com/DonDebonair/slack-machine/pull/663))

### Removed
Expand Down Expand Up @@ -529,7 +532,8 @@ _First release. Rejoice!_ :wave:
- A simple, yet powerful and extendable Slack bot framework


[Unreleased]: https://github.com/DonDebonair/slack-machine/compare/v0.30.0...HEAD
[Unreleased]: https://github.com/DonDebonair/slack-machine/compare/v0.31.0...HEAD
[0.31.0]: https://github.com/DonDebonair/slack-machine/compare/v0.30.0...v0.31.0
[0.30.0]: https://github.com/DonDebonair/slack-machine/compare/v0.28.2...v0.30.0
[0.28.2]: https://github.com/DonDebonair/slack-machine/compare/v0.28.1...v0.28.2
[0.28.1]: https://github.com/DonDebonair/slack-machine/compare/v0.28.0...v0.28.1
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slack-machine"
version = "0.30.0"
version = "0.31.0"
description = "A wonderful, simple, yet powerful and extendable Slack bot framework"
authors = ["Daan Debie <daan@dv.email>"]
license = "MIT"
Expand All @@ -26,7 +26,7 @@ classifiers = [
packages = [
{ include = "machine" },
]
include = ["extra/logo.png", "run_dev.py", "run_dev.py", "README.md", "LICENSE", "AUTHORS"]
include = ["extra/logo.png", "run_dev.py", "README.md", "CHANGELOG.md", "LICENSE", "AUTHORS"]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit ff07843

Please # to comment.