We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ffc74 commit 1aa07aaCopy full SHA for 1aa07aa
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
+
15
## [0.1.0] - 2025-03-23
16
### Added
17
- Initial release
mix.exs
@@ -2,7 +2,7 @@ defmodule AgentForge.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/USERNAME/agent_forge"
5
- @version "0.1.0"
+ @version "0.1.1"
6
def project do
[
0 commit comments