Skip to content

Commit ecc91b7

Browse files
committed
bump: version 1.4.0 → 1.5.0
1 parent e479456 commit ecc91b7

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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
821

922
## [1.4.0] 2024-04-29
1023
### Added

cloudbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pathlib import Path
55
from typing import Any, Dict, Optional
66

7-
__version__ = "1.4.0"
7+
__version__ = "1.5.0"
88
version = tuple(__version__.split("."))
99

1010
__all__ = (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ tag_format = "v$version"
126126
version_scheme = "semver"
127127
update_changelog_on_bump = true
128128
version_files = ["cloudbot/__init__.py:__version__"]
129-
version = "1.4.0"
129+
version = "1.5.0"

0 commit comments

Comments
 (0)