Skip to content

Commit

Permalink
🔖 1.0.0-dev.26
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Oct 9, 2024
1 parent 05bb482 commit 6e6dad4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ that can be found in the LICENSE file. -->

# Changelog

## 1.0.0-dev.26

- Reorg exports/imports so people can directly import `agent_dart_base/agent_dart_base.dart`
or `agent_dart/agent_dart.dart` without conflicts as much as possible.
- Improve test equality checks.
- Remove unnecessary deps.

## 1.0.0-dev.25

- Prepare for monorepo.
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: agent_dart
version: 1.0.0-dev.25
version: 1.0.0-dev.26

description: |
An agent library built for Internet Computer,
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_dart_base/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: agent_dart_base
version: 1.0.0-dev.25
version: 1.0.0-dev.26

description: The Dart plugin that bridges Rust implementation for agent_dart.
repository: https://github.com/AstroxNetwork/agent_dart
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_dart_ffi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: agent_dart_ffi
version: 1.0.0-dev.25
version: 1.0.0-dev.26

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

0 comments on commit 6e6dad4

Please sign in to comment.