Skip to content

Commit 2c02338

Browse files
chore: release 1.0.0 (#1)
🤖 I have created a release *beep* *boop* --- ## [1.0.0](v0.1.0...v1.0.0) (2025-10-24) ### ⚠ BREAKING CHANGES * Package renamed from modgpt to sentinel ### Features * add a healthcheck and setup docker for deployment ([bf63609](bf63609)) * **conversations:** add conversation tracking and threading system ([56e0c18](56e0c18)) * initial commit of architecture ([a98a1e8](a98a1e8)) ### Bug Fixes * remove PyPI publishing from release workflow ([6b1c86d](6b1c86d)) ### Documentation * add comprehensive architecture and deployment documentation ([e6c7453](e6c7453)) * **readme:** rewrite with concise quick start guide ([0161908](0161908)) ### Code Refactoring * rebrand project from mod-gpt to Sentinel AI ([d80622e](d80622e)) * reorganize project structure for better modularity ([890bb48](890bb48)) ### Continuous Integration * add automatic Fly.io deployment to release workflow ([e896a62](e896a62)) * setup release-please with automated PyPI publishing ([31d1e8c](31d1e8c)) ### Miscellaneous * add MIT license and GitHub community files ([0ddea30](0ddea30)) * clean up obsolete files and update env example ([457e05e](457e05e)) --- 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 e896a62 commit 2c02338

File tree

3 files changed

+45
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/lukeocodes/sentinel-ai/compare/v0.1.0...v1.0.0) (2025-10-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Package renamed from modgpt to sentinel
9+
10+
### Features
11+
12+
* add a healthcheck and setup docker for deployment ([bf63609](https://github.com/lukeocodes/sentinel-ai/commit/bf6360984a6e808a7ac8a4037fcf6ff6ef3fecd1))
13+
* **conversations:** add conversation tracking and threading system ([56e0c18](https://github.com/lukeocodes/sentinel-ai/commit/56e0c18fe347a6668bdf849b52ef93d5bf8fc950))
14+
* initial commit of architecture ([a98a1e8](https://github.com/lukeocodes/sentinel-ai/commit/a98a1e84de4bfe63a28de6540fd61ec488d67913))
15+
16+
17+
### Bug Fixes
18+
19+
* remove PyPI publishing from release workflow ([6b1c86d](https://github.com/lukeocodes/sentinel-ai/commit/6b1c86d9d8abeaff3b96ba8293a76490349fbcfe))
20+
21+
22+
### Documentation
23+
24+
* add comprehensive architecture and deployment documentation ([e6c7453](https://github.com/lukeocodes/sentinel-ai/commit/e6c7453452e8098048f742b0323522df9308ae20))
25+
* **readme:** rewrite with concise quick start guide ([0161908](https://github.com/lukeocodes/sentinel-ai/commit/01619087511cfcba6789ecefccdc35339bd613b1))
26+
27+
28+
### Code Refactoring
29+
30+
* rebrand project from mod-gpt to Sentinel AI ([d80622e](https://github.com/lukeocodes/sentinel-ai/commit/d80622e1e2fbc375dbbe1d13a67c47f3eb436ebc))
31+
* reorganize project structure for better modularity ([890bb48](https://github.com/lukeocodes/sentinel-ai/commit/890bb48d31cb1c8875100dc2beed1716d228aee2))
32+
33+
34+
### Continuous Integration
35+
36+
* add automatic Fly.io deployment to release workflow ([e896a62](https://github.com/lukeocodes/sentinel-ai/commit/e896a62c940af6141f43117dbd34e31b3383a584))
37+
* setup release-please with automated PyPI publishing ([31d1e8c](https://github.com/lukeocodes/sentinel-ai/commit/31d1e8cdc294c6d0178bb8251088017ed6c96d1e))
38+
39+
40+
### Miscellaneous
41+
42+
* add MIT license and GitHub community files ([0ddea30](https://github.com/lukeocodes/sentinel-ai/commit/0ddea30aa2a2103a43d7386ad0f4b8e75af54054))
43+
* clean up obsolete files and update env example ([457e05e](https://github.com/lukeocodes/sentinel-ai/commit/457e05e02d57a150eb068320f48fbd6337d66f43))

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 = "0.1.0"
7+
version = "1.0.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)