Skip to content

Commit

Permalink
chore: release v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDebonair committed May 4, 2024
1 parent c78ff60 commit 65af15c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,31 @@ _prefixes_. This project adheres to [Semantic Versioning](https://semver.org/spe

## [Unreleased]

## [0.35.0]
## [0.36.0] - 2024-05-04

### Added

- Replace `flake8`, `isort` and `black` with `ruff` ([#1027](https://github.com/DonDebonair/slack-machine/pull/1027))
- Add Python 3.12 ([#1028](https://github.com/DonDebonair/slack-machine/pull/1028))

### Changed

- Update Github Actions ([#1008](https://github.com/DonDebonair/slack-machine/pull/1008))
- Bump `slack-sdk` from 3.21.3 to 3.27.1
- Bump `httpx` from 0.24.1 to 0.27.0
- Bump `pydantic` from 2.3.0 to 2.7.1
- Bump `cryptography` from 41.0.3 to 42.0.4
- Bump `aiohttp` from 3.8.5 to 3.9.5
- Bump `urllib3` from 1.26.16 1.26.18
- Bump `structlog` from 23.1.0 to 24.1.0
- Bump `redis` from 5.0.0 to 5.0.4
- Bump `pyee` from 11.0.0 to 11.1.0
- Bump `aioboto3` from 11.3.0 to 12.4.0
- Bump `tzdata` from 2023.3 to 2024.1
- Bump `aiosqlite` from 0.19.0 to 0.20.0
- Bump `hiredis` from 2.2.3 to 2.3.2

## [0.35.0] - 2023-09-03

### Added

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


[Unreleased]: https://github.com/DonDebonair/slack-machine/compare/v0.35.0...HEAD
[Unreleased]: https://github.com/DonDebonair/slack-machine/compare/v0.36.0...HEAD
[0.36.0]: https://github.com/DonDebonair/slack-machine/compare/v0.35.0...v0.36.0
[0.35.0]: https://github.com/DonDebonair/slack-machine/compare/v0.34.2...v0.35.0
[0.34.2]: https://github.com/DonDebonair/slack-machine/compare/v0.34.1...v0.34.2
[0.34.1]: https://github.com/DonDebonair/slack-machine/compare/v0.34.0...v0.34.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slack-machine"
version = "0.35.0"
version = "0.36.0"
description = "A wonderful, simple, yet powerful and extendable Slack bot framework"
authors = ["Daan Debie <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 65af15c

Please sign in to comment.