File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.0.3 "
2
+ "." : " 1.0.4 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.4] ( https://github.com/pythoninthegrass/meetup_bot/compare/v1.0.3...v1.0.4 ) (2024-06-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * print exception error ([ 96c3c40] ( https://github.com/pythoninthegrass/meetup_bot/commit/96c3c404b1268401f2a4bbfc803f32849cc54d98 ) )
9
+ * remove buildkit ([ bd7ecc1] ( https://github.com/pythoninthegrass/meetup_bot/commit/bd7ecc125d188e5bf4fc526f267282dd5492a19d ) )
10
+ * remove hard-coded .env path ([ bc05636] ( https://github.com/pythoninthegrass/meetup_bot/commit/bc056360e81968c7d086fce4744f807b9093c0e3 ) )
11
+ * wrong dockerfile directory ([ b77daf5] ( https://github.com/pythoninthegrass/meetup_bot/commit/b77daf51d5b1ae3d4fae406b3513ae8a201bce30 ) )
12
+
13
+
14
+ ### Documentation
15
+
16
+ * update readme ([ 899cb27] ( https://github.com/pythoninthegrass/meetup_bot/commit/899cb279d2ee87acb154edf612e196b6f9b1b541 ) )
17
+
3
18
## [ 1.0.3] ( https://github.com/pythoninthegrass/meetup_bot/compare/v1.0.2...v1.0.3 ) (2024-03-22)
4
19
5
20
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " meetup_bot"
3
- version = " 1.0.3 "
3
+ version = " 1.0.4 "
4
4
description = " Use Meetup Pro API to send Slack messages before events occur."
5
5
authors = [
" pythoninthegrass <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments