Skip to content

Commit 30097c1

Browse files
authored
Merge pull request #54 from SecBear/release-please--branches--main
chore: release main
2 parents 5d1ddee + 0a59c4e commit 30097c1

File tree

25 files changed

+183
-24
lines changed

25 files changed

+183
-24
lines changed

.release-please-manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"neuron-types": "0.2.0",
3-
"neuron-tool-macros": "0.2.0",
4-
"neuron-tool": "0.2.0",
5-
"neuron-context": "0.2.0",
6-
"neuron-loop": "0.2.0",
7-
"neuron-provider-anthropic": "0.2.0",
8-
"neuron-provider-openai": "0.2.0",
9-
"neuron-provider-ollama": "0.2.0",
10-
"neuron-mcp": "0.2.0",
11-
"neuron-runtime": "0.2.0",
12-
"neuron-otel": "0.2.0",
13-
"neuron": "0.2.0"
2+
"neuron-types": "0.3.0",
3+
"neuron-tool-macros": "0.2.1",
4+
"neuron-tool": "0.3.0",
5+
"neuron-context": "0.3.0",
6+
"neuron-loop": "0.3.0",
7+
"neuron-provider-anthropic": "0.3.0",
8+
"neuron-provider-openai": "0.3.0",
9+
"neuron-provider-ollama": "0.3.0",
10+
"neuron-mcp": "0.3.0",
11+
"neuron-runtime": "0.3.0",
12+
"neuron-otel": "0.3.0",
13+
"neuron": "0.3.0"
1414
}

neuron-context/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to `neuron-context` are documented here.
44
Maintained by [release-please](https://github.com/googleapis/release-please)
55
from [Conventional Commits](https://www.conventionalcommits.org/).
66

7+
## [0.3.0](https://github.com/SecBear/neuron/compare/neuron-context/v0.2.0...neuron-context-v0.3.0) (2026-02-24)
8+
9+
10+
### Features
11+
12+
* usage limits, tool timeout, structured output validation, and OTel instrumentation ([#40](https://github.com/SecBear/neuron/issues/40)) ([1af2182](https://github.com/SecBear/neuron/commit/1af2182b52fb1864fa61ef86e6a50216f4202939))
13+
* v0.2 core features ([28d14f6](https://github.com/SecBear/neuron/commit/28d14f6de7af63621217c02fd54db0e26bd52eb1))
14+
15+
16+
### Bug Fixes
17+
18+
* replace invalid crates.io category slug artificial-intelligence with science ([f330701](https://github.com/SecBear/neuron/commit/f3307010c7c97964c8d039ad10c6a0556dec3838))
19+
* resolve 4 CI failures (format, dead code, links, cargo-deny) ([7adaf89](https://github.com/SecBear/neuron/commit/7adaf89473f9a69a12e6966dfa361016bd0d4d03))
20+
721
## [0.2.0] - 2026-02-22
822

923
### Added

neuron-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neuron-context"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
description = "LLM context management for long-running agents — sliding window, token counting, and compaction strategies"

neuron-loop/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to `neuron-loop` are documented here.
44
Maintained by [release-please](https://github.com/googleapis/release-please)
55
from [Conventional Commits](https://www.conventionalcommits.org/).
66

7+
## [0.3.0](https://github.com/SecBear/neuron/compare/neuron-loop/v0.2.0...neuron-loop-v0.3.0) (2026-02-24)
8+
9+
10+
### Features
11+
12+
* add new modules, examples, and tests ([dae838c](https://github.com/SecBear/neuron/commit/dae838c1a4d5aa802d2ec11bd9007d5428ea378f))
13+
* usage limits, tool timeout, structured output validation, and OTel instrumentation ([#40](https://github.com/SecBear/neuron/issues/40)) ([1af2182](https://github.com/SecBear/neuron/commit/1af2182b52fb1864fa61ef86e6a50216f4202939))
14+
* v0.2 core features ([28d14f6](https://github.com/SecBear/neuron/commit/28d14f6de7af63621217c02fd54db0e26bd52eb1))
15+
16+
17+
### Bug Fixes
18+
19+
* replace invalid crates.io category slug artificial-intelligence with science ([f330701](https://github.com/SecBear/neuron/commit/f3307010c7c97964c8d039ad10c6a0556dec3838))
20+
* resolve 4 CI failures (format, dead code, links, cargo-deny) ([7adaf89](https://github.com/SecBear/neuron/commit/7adaf89473f9a69a12e6966dfa361016bd0d4d03))
21+
722
## [0.2.0] - 2026-02-22
823

924
### Added

neuron-loop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neuron-loop"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
description = "Agentic loop for Rust — multi-turn tool dispatch, streaming, and conversation management over any LLM provider"

neuron-mcp/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to `neuron-mcp` are documented here.
44
Maintained by [release-please](https://github.com/googleapis/release-please)
55
from [Conventional Commits](https://www.conventionalcommits.org/).
66

7+
## [0.3.0](https://github.com/SecBear/neuron/compare/neuron-mcp/v0.2.0...neuron-mcp-v0.3.0) (2026-02-24)
8+
9+
10+
### Features
11+
12+
* add treefmt, pre-commit hooks, and enhanced devShell to flake.nix ([ccb7c31](https://github.com/SecBear/neuron/commit/ccb7c3170137dda6da8e661581445b098a5fd8bb))
13+
14+
15+
### Bug Fixes
16+
17+
* replace invalid crates.io category slug artificial-intelligence with science ([f330701](https://github.com/SecBear/neuron/commit/f3307010c7c97964c8d039ad10c6a0556dec3838))
18+
* resolve 4 CI failures (format, dead code, links, cargo-deny) ([7adaf89](https://github.com/SecBear/neuron/commit/7adaf89473f9a69a12e6966dfa361016bd0d4d03))
19+
* shorten keyword for crates.io 20-char limit ([e62744f](https://github.com/SecBear/neuron/commit/e62744f7b72dedaaca81fe5484aa6cb9f2d802d4))
20+
721
## [0.2.0] - 2026-02-22
822

923
### Added

neuron-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neuron-mcp"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
description = "Model Context Protocol (MCP) client and server in Rust — stdio, HTTP transports, and bridging to the Tool trait"

neuron-otel/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.3.0](https://github.com/SecBear/neuron/compare/neuron-otel-v0.2.0...neuron-otel-v0.3.0) (2026-02-24)
4+
5+
6+
### Features
7+
8+
* usage limits, tool timeout, structured output validation, and OTel instrumentation ([#40](https://github.com/SecBear/neuron/issues/40)) ([1af2182](https://github.com/SecBear/neuron/commit/1af2182b52fb1864fa61ef86e6a50216f4202939))

neuron-otel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neuron-otel"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
description = "OpenTelemetry instrumentation for AI agents — GenAI semantic conventions with tracing spans"

neuron-provider-anthropic/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to `neuron-provider-anthropic` are documented here.
44
Maintained by [release-please](https://github.com/googleapis/release-please)
55
from [Conventional Commits](https://www.conventionalcommits.org/).
66

7+
## [0.3.0](https://github.com/SecBear/neuron/compare/neuron-provider-anthropic/v0.2.0...neuron-provider-anthropic-v0.3.0) (2026-02-24)
8+
9+
10+
### Features
11+
12+
* add new modules, examples, and tests ([dae838c](https://github.com/SecBear/neuron/commit/dae838c1a4d5aa802d2ec11bd9007d5428ea378f))
13+
* v0.2 core features ([28d14f6](https://github.com/SecBear/neuron/commit/28d14f6de7af63621217c02fd54db0e26bd52eb1))
14+
15+
16+
### Bug Fixes
17+
18+
* replace invalid crates.io category slug artificial-intelligence with science ([f330701](https://github.com/SecBear/neuron/commit/f3307010c7c97964c8d039ad10c6a0556dec3838))
19+
* resolve 4 CI failures (format, dead code, links, cargo-deny) ([7adaf89](https://github.com/SecBear/neuron/commit/7adaf89473f9a69a12e6966dfa361016bd0d4d03))
20+
721
## [0.2.0] - 2026-02-22
822

923
### Added

0 commit comments

Comments
 (0)