Skip to content

Commit

Permalink
bump: version 1.4.0 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed May 8, 2024
1 parent e479456 commit ecc91b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## v1.5.0 (2024-05-08)

### Feat

- **duckhunt**: add duckmerge permission for more granular grants

### Fix

- **reloader**: only handle modification events for config reloader

### Refactor

- remove old noinspection comments from PyCharm
- move to using attribute constants for hook attributes

## [1.4.0] 2024-04-29
### Added
Expand Down
2 changes: 1 addition & 1 deletion cloudbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path
from typing import Any, Dict, Optional

__version__ = "1.4.0"
__version__ = "1.5.0"
version = tuple(__version__.split("."))

__all__ = (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ tag_format = "v$version"
version_scheme = "semver"
update_changelog_on_bump = true
version_files = ["cloudbot/__init__.py:__version__"]
version = "1.4.0"
version = "1.5.0"

0 comments on commit ecc91b7

Please sign in to comment.