File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
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
66
77## [ Unreleased]
88
9+ ## [ v3.9.1] - 2024-03-09
10+
911- fix release script to bump version number in flake.nix
1012
1113## [ v3.9.0] - 2024-03-09
@@ -123,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123125## [ v1.0.0] - 2020-02-14
124126- First release with matrix-client & http.server
125127
126- [ Unreleased ] : https://github.com/nim65s/matrix-webhook/compare/v3.9.0...master
128+ [ Unreleased ] : https://github.com/nim65s/matrix-webhook/compare/v3.9.1...master
129+ [ v3.9.1 ] : https://github.com/nim65s/matrix-webhook/compare/v3.9.0...v3.9.1
127130[ v3.9.0 ] : https://github.com/nim65s/matrix-webhook/compare/v3.8.0...v3.9.0
128131[ v3.8.0 ] : https://github.com/nim65s/matrix-webhook/compare/v3.7.0...v3.8.0
129132[ v3.7.0 ] : https://github.com/nim65s/matrix-webhook/compare/v3.6.0...v3.7.0
Original file line number Diff line number Diff line change 2020 with pkgs . python3Packages ;
2121 buildPythonApplication {
2222 pname = "matrix-webhook" ;
23- version = "3.9.0 " ;
23+ version = "3.9.1 " ;
2424 src = pkgs . nix-gitignore . gitignoreSource [ ./.nixignore ] ./. ;
2525 pyproject = true ;
2626 buildInputs = [ poetry-core ] ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "BSD-2-Clause"
1313name = " matrix-webhook"
1414readme = " README.md"
1515repository = " https://github.com/nim65s/matrix-webhook.git"
16- version = " 3.9.0 "
16+ version = " 3.9.1 "
1717
1818[tool .poetry .dependencies ]
1919Markdown = " ^3.5.2"
You can’t perform that action at this time.
0 commit comments