Skip to content

Commit 30cf73c

Browse files
chore: release 1.2.0 (#5)
🤖 I have created a release *beep* *boop* --- ## [1.2.0](v1.1.0...v1.2.0) (2025-10-24) ### Features * implement guild isolation and machine registration ([a664ceb](a664ceb)) ### Bug Fixes * set app_version on fly deployment prior to deploy ([9bbea55](9bbea55)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9bbea55 commit 30cf73c

File tree

3 files changed

+14
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/lukeocodes/sentinel-ai/compare/v1.1.0...v1.2.0) (2025-10-24)
4+
5+
6+
### Features
7+
8+
* implement guild isolation and machine registration ([a664ceb](https://github.com/lukeocodes/sentinel-ai/commit/a664cebccca5d10eeef28c79533e32a9f61fc1c7))
9+
10+
11+
### Bug Fixes
12+
13+
* set app_version on fly deployment prior to deploy ([9bbea55](https://github.com/lukeocodes/sentinel-ai/commit/9bbea556ca6b747311e122aa13751f8e82323be0))
14+
315
## [1.1.0](https://github.com/lukeocodes/sentinel-ai/compare/v1.0.2...v1.1.0) (2025-10-24)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sentinel-ai"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
description = "AI-Powered Discord Moderation Bot - Combines fast pattern matching with LLM reasoning to protect your community."
99
authors = [{ name = "Luke Oliff" }]
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)