File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v3.6.0] - 2023-03-07
10
+
9
11
- update docker to python 3.11
10
12
- update tooling
11
13
- update lints
@@ -89,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
89
91
## [ v1.0.0] - 2020-02-14
90
92
- First release with matrix-client & http.server
91
93
92
- [ Unreleased ] : https://github.com/nim65s/matrix-webhook/compare/v3.5.0...master
94
+ [ Unreleased ] : https://github.com/nim65s/matrix-webhook/compare/v3.6.0...master
95
+ [ v3.6.0 ] : https://github.com/nim65s/matrix-webhook/compare/v3.5.0...v3.6.0
93
96
[ v3.5.0 ] : https://github.com/nim65s/matrix-webhook/compare/v3.4.0...v3.5.0
94
97
[ v3.4.0 ] : https://github.com/nim65s/matrix-webhook/compare/v3.3.0...v3.4.0
95
98
[ v3.3.0 ] : https://github.com/nim65s/matrix-webhook/compare/v3.2.1...v3.3.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " matrix-webhook"
3
- version = " 3.5 .0"
3
+ version = " 3.6 .0"
4
4
description = " Post a message to a matrix room with a simple HTTP POST"
5
5
authors = [
" Guilhem Saurel <[email protected] >" ]
6
6
license = " BSD-2-Clause"
You can’t perform that action at this time.
0 commit comments