File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased]
7
+ ## v1.5.0 (2024-05-08)
8
+
9
+ ### Feat
10
+
11
+ - ** duckhunt** : add duckmerge permission for more granular grants
12
+
13
+ ### Fix
14
+
15
+ - ** reloader** : only handle modification events for config reloader
16
+
17
+ ### Refactor
18
+
19
+ - remove old noinspection comments from PyCharm
20
+ - move to using attribute constants for hook attributes
8
21
9
22
## [ 1.4.0] 2024-04-29
10
23
### Added
Original file line number Diff line number Diff line change 4
4
from pathlib import Path
5
5
from typing import Any , Dict , Optional
6
6
7
- __version__ = "1.4 .0"
7
+ __version__ = "1.5 .0"
8
8
version = tuple (__version__ .split ("." ))
9
9
10
10
__all__ = (
Original file line number Diff line number Diff line change @@ -126,4 +126,4 @@ tag_format = "v$version"
126
126
version_scheme = " semver"
127
127
update_changelog_on_bump = true
128
128
version_files = [" cloudbot/__init__.py:__version__" ]
129
- version = " 1.4 .0"
129
+ version = " 1.5 .0"
You can’t perform that action at this time.
0 commit comments