Skip to content

Commit aae0ea1

Browse files
committed
🔖 1.0.0-dev.26
1 parent c369534 commit aae0ea1

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ that can be found in the LICENSE file. -->
44

55
# Changelog
66

7+
## 1.0.0-dev.26
8+
9+
- Reorg exports/imports so people can directly import `agent_dart_base/agent_dart_base.dart`
10+
or `agent_dart/agent_dart.dart` without conflicts as much as possible.
11+
- Improve test equality checks.
12+
- Remove unnecessary deps.
13+
714
## 1.0.0-dev.25
815

916
- Prepare for monorepo.

Diff for: packages/agent_dart/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agent_dart
2-
version: 1.0.0-dev.25
2+
version: 1.0.0-dev.26
33

44
description: |
55
An agent library built for Internet Computer,

Diff for: packages/agent_dart_base/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agent_dart_base
2-
version: 1.0.0-dev.25
2+
version: 1.0.0-dev.26
33

44
description: The Dart plugin that bridges Rust implementation for agent_dart.
55
repository: https://github.com/AstroxNetwork/agent_dart

Diff for: packages/agent_dart_ffi/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agent_dart_ffi
2-
version: 1.0.0-dev.25
2+
version: 1.0.0-dev.26
33

44
description: The FFI plugin that bridges Rust implementation for agent_dart.
55
repository: https://github.com/AstroxNetwork/agent_dart

0 commit comments

Comments
 (0)