Skip to content

Commit

Permalink
Merge pull request #78 from pythoninthegrass/release-please--branches…
Browse files Browse the repository at this point in the history
…--main

chore(main): release 1.0.1
  • Loading branch information
pythoninthegrass authored Feb 19, 2024
2 parents a4f45bf + 9fbc1ee commit f2f0bab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.1](https://github.com/pythoninthegrass/meetup_bot/compare/v1.0.0...v1.0.1) (2024-02-19)


### Bug Fixes

* poetry package error ([a9a24ac](https://github.com/pythoninthegrass/meetup_bot/commit/a9a24ac14d7ef2ce86ed517e744ada7128ebc6d1))


### Documentation

* update README.md ([489ba54](https://github.com/pythoninthegrass/meetup_bot/commit/489ba540d873ee79863b57e31ab3fa4fa2f1fcca))
* update README.md ([84e891a](https://github.com/pythoninthegrass/meetup_bot/commit/84e891a468a74532518c95c26190c0f2ade614be))

## 1.0.0 (2024-02-19)


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 = "meetup_bot"
version = "1.0.0"
version = "1.0.1"
description = "Use Meetup Pro API to send Slack messages before events occur."
authors = ["pythoninthegrass <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit f2f0bab

Please sign in to comment.