Skip to content

Commit

Permalink
chore: release v0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDebonair committed Nov 22, 2024
1 parent b787ff9 commit 25bc92c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ _prefixes_. This project adheres to [Semantic Versioning](https://semver.org/spe

## [Unreleased]

## [0.39.0] - 2024-11-22

### Added

- Add support for [modals](https://api.slack.com/surfaces/modals)
([#1052](https://github.com/DonDebonair/slack-machine/pull/1052))

### Changed

- Bump `slack-sdk` from 3.33.3 to 3.33.4 (fixes incompatibility with newer versions of `aiohttp`)
- Bump `pydantic` from 2.9.2 to 2.10.0
- Bump `aiohttp` from 3.10.11 to 3.11.7

## [0.38.1] - 2024-11-17

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


[Unreleased]: https://github.com/DonDebonair/slack-machine/compare/v0.38.1...HEAD
[Unreleased]: https://github.com/DonDebonair/slack-machine/compare/v0.39.0...HEAD
[0.39.0]: https://github.com/DonDebonair/slack-machine/compare/v0.38.1...v0.39.0
[0.38.1]: https://github.com/DonDebonair/slack-machine/compare/v0.38.0...v0.38.1
[0.38.0]: https://github.com/DonDebonair/slack-machine/compare/v0.37.0...v0.38.0
[0.37.0]: https://github.com/DonDebonair/slack-machine/compare/v0.36.0...v0.37.0
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.38.1"
version = "0.39.0"
description = "A wonderful, simple, yet powerful and extendable Slack bot framework"
authors = ["Daan Debie <daan@dv.email>"]
license = "MIT"
Expand Down

0 comments on commit 25bc92c

Please sign in to comment.