Skip to content

Commit 1aa07aa

Browse files
committed
chore: update changelog and version to 0.1.1 with new features
1 parent a3ffc74 commit 1aa07aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2025-03-26
11+
### Added
12+
- Implement Time-Based Flow Limits for Signal Processing
13+
- Add Execution Limits and Statistics Tracking
14+
1015
## [0.1.0] - 2025-03-23
1116
### Added
1217
- Initial release

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule AgentForge.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/USERNAME/agent_forge"
5-
@version "0.1.0"
5+
@version "0.1.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)