Skip to content

Commit 85a5bba

Browse files
chore(main): release 1.0.0
1 parent c50d44e commit 85a5bba

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.2"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/pythoninthegrass/meetup_bot/compare/v1.1.2...v1.0.0) (2025-05-13)
4+
5+
6+
### Features
7+
8+
* add scheduling ([800acda](https://github.com/pythoninthegrass/meetup_bot/commit/800acda371006760724ca67e6b0a70260b39b0b1))
9+
* Add scheduling functionality ([fa2cd46](https://github.com/pythoninthegrass/meetup_bot/commit/fa2cd46d1ca05d11625c31ed70b2e4cd629af397))
10+
11+
12+
### Bug Fixes
13+
14+
* docker ([be44104](https://github.com/pythoninthegrass/meetup_bot/commit/be44104c8caa7197eeb12123873ab64aa7677ef8))
15+
* heroku stats ([79977ab](https://github.com/pythoninthegrass/meetup_bot/commit/79977ab5549de6d11d888b229fd3b7f0d1b352e0))
16+
* indentation ([3a47e6c](https://github.com/pythoninthegrass/meetup_bot/commit/3a47e6c245164d085b69cfc9d27081b75a9f308d))
17+
* override schedule times ([f18718b](https://github.com/pythoninthegrass/meetup_bot/commit/f18718b62b403fabf7dce0921c9056dd96defba1))
18+
* poetry package error ([a9a24ac](https://github.com/pythoninthegrass/meetup_bot/commit/a9a24ac14d7ef2ce86ed517e744ada7128ebc6d1))
19+
* print exception error ([96c3c40](https://github.com/pythoninthegrass/meetup_bot/commit/96c3c404b1268401f2a4bbfc803f32849cc54d98))
20+
* remove buildkit ([bd7ecc1](https://github.com/pythoninthegrass/meetup_bot/commit/bd7ecc125d188e5bf4fc526f267282dd5492a19d))
21+
* remove hard-coded .env path ([bc05636](https://github.com/pythoninthegrass/meetup_bot/commit/bc056360e81968c7d086fce4744f807b9093c0e3))
22+
* wrong dockerfile directory ([b77daf5](https://github.com/pythoninthegrass/meetup_bot/commit/b77daf51d5b1ae3d4fae406b3513ae8a201bce30))
23+
24+
25+
### Documentation
26+
27+
* add [@alex-code4okc](https://github.com/alex-code4okc) as a contributor ([7feccfa](https://github.com/pythoninthegrass/meetup_bot/commit/7feccfa439115616c7fdb760c15043ff3e6d858e))
28+
* contributing ([fd2c294](https://github.com/pythoninthegrass/meetup_bot/commit/fd2c294a018e6943b4b6b66af74b8eaa14db0c0c))
29+
* update readme ([437d81a](https://github.com/pythoninthegrass/meetup_bot/commit/437d81a528e7e63b98d8f9ab7e1086d2a11023b7))
30+
* update readme ([899cb27](https://github.com/pythoninthegrass/meetup_bot/commit/899cb279d2ee87acb154edf612e196b6f9b1b541))
31+
* update README.md ([11239c0](https://github.com/pythoninthegrass/meetup_bot/commit/11239c098f59acc35ed006610fd8b4031520f953))
32+
* update README.md ([e270e5e](https://github.com/pythoninthegrass/meetup_bot/commit/e270e5e1bcd2f3a9a7f520ac074c7f687063da27))
33+
* update README.md ([9038532](https://github.com/pythoninthegrass/meetup_bot/commit/903853252fcf1bfa0d28540eed8e1fb45c6ddaa1))
34+
* update README.md ([a752c67](https://github.com/pythoninthegrass/meetup_bot/commit/a752c673f073d8cf355bf399416d8b4dcda05b4b))
35+
* update README.md ([489ba54](https://github.com/pythoninthegrass/meetup_bot/commit/489ba540d873ee79863b57e31ab3fa4fa2f1fcca))
36+
* update README.md ([84e891a](https://github.com/pythoninthegrass/meetup_bot/commit/84e891a468a74532518c95c26190c0f2ade614be))
37+
* update README.md ([c3013b6](https://github.com/pythoninthegrass/meetup_bot/commit/c3013b6b2a953f5992bba588d17f4f7d7f43ee36))
38+
* update todo ([990793e](https://github.com/pythoninthegrass/meetup_bot/commit/990793eba772f638b6c2a8189c6990c8170f78af))
39+
40+
41+
### Miscellaneous Chores
42+
43+
* release 1.0.0 ([116b45f](https://github.com/pythoninthegrass/meetup_bot/commit/116b45f03d246b7ad5cf11f54bb99330311bf1dd))
44+
345
## [1.1.2](https://github.com/pythoninthegrass/meetup_bot/compare/v1.1.1...v1.1.2) (2025-05-13)
446

547

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "meetup_bot"
3-
version = "1.1.2"
3+
version = "1.0.0"
44
description = "Use Meetup Pro API to send Slack messages before events occur."
55
authors = [
66
{ name = "pythoninthegrass", email = "[email protected]" }

0 commit comments

Comments
 (0)