Skip to content

Commit aeab452

Browse files
Version updated from 0.2.5 to 0.3.0
1 parent e86a11a commit aeab452

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.3.0 (2026-05-01)
4+
5+
[Compare the full difference.](https://github.com/callowayproject/foreman/compare/0.2.5...0.3.0)
6+
7+
### New
8+
9+
- Add design system assets, CSS variables, and comprehensive API reference structure. [38cfce0](https://github.com/callowayproject/foreman/commit/38cfce051fb7fa7eef63f835f527ab38e2eac90e)
10+
11+
- Add CHANGELOG.md to excluded files in linter configuration. [a3fa809](https://github.com/callowayproject/foreman/commit/a3fa8090225da475f8d608ca40489a34cb8e69e4)
12+
13+
### Other
14+
15+
- Restructure and update design specs; add messaging update proposal and index file. [f8027a5](https://github.com/callowayproject/foreman/commit/f8027a55de5ce29acd283eb325d477dfb69a1d6c)
16+
17+
### Updates
18+
19+
- Remove outdated tutorials and API docs; add home page layout, visual assets, and updated CSS. [8b2a2fc](https://github.com/callowayproject/foreman/commit/8b2a2fc59f4f82b63dab31f65a9d1b3bf2bccbd8)
20+
321
## 0.2.5 (2026-04-22)
422

523
[Compare the full difference.](https://github.com/callowayproject/foreman/compare/0.2.4...0.2.5)

foreman/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Top-level package for foreman."""
22

3-
__version__ = "0.2.5"
3+
__version__ = "0.3.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ skip-checking-raises = true
296296
quiet = true
297297

298298
[tool.bumpversion]
299-
current_version = "0.2.5"
299+
current_version = "0.3.0"
300300
commit = true
301301
commit_args = "--no-verify"
302302
tag = true

0 commit comments

Comments
 (0)