Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Commit c83fb88

Browse files
chore(main): release 2.1.7 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e237f40 commit c83fb88

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.6"
2+
".": "2.1.7"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.7](https://github.com/dy0gu/firewatcher/compare/v2.1.6...v2.1.7) (2025-03-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Add secret inheriting ([e237f40](https://github.com/dy0gu/firewatcher/commit/e237f406fd430c9e666be68b5e54928cc1dadc89))
9+
310
## [2.1.6](https://github.com/dy0gu/firewatcher/compare/v2.1.5...v2.1.6) (2025-03-17)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22

33
name = "bot"
4-
version = "2.1.6"
4+
version = "2.1.7"
55
requires-python = ">= 3.11"
66
dependencies = [
77
"discord.py==2.5.2",

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.6"
1+
__version__ = "2.1.7"

0 commit comments

Comments
 (0)