Skip to content

Commit eac508c

Browse files
committed
docs: mark release 0.2.3 as completed in TASKS.md
1 parent 4abd765 commit eac508c

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

TASKS.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,23 @@ General Status: On-device first. Cloud (Gemini) only as fallback.
7979

8080
---
8181

82-
## Release 0.2.2 (In Progress)
82+
## Release 0.2.3 (Completed - 2024-11-24)
83+
84+
- [x] Fix critical bugs from 0.2.2
85+
- [x] Update CHANGELOG.md with all fixes
86+
- [x] Optimize package size (exclude test_resources/ and tool/)
87+
- [x] Update workflow to use Flutter instead of Dart
88+
- [x] Create tag/release (v0.2.3)
89+
- [x] Publish to pub.dev (isar_agent_memory 0.2.3)
90+
91+
## Release 0.2.2 (Completed - 2025-08-18)
8392

8493
- [x] Clean repo binaries/artifacts: `.dart_tool/`, `isar.dll`, `example/isar.dll`, `*db/`, `isar_agent_memory_tests/testdb/`.
8594
- [x] Confirm `pubspec.yaml` version `0.2.2` and updated `CHANGELOG.md`.
8695
- [x] Implement `OnDeviceEmbeddingsAdapter` using ONNX Runtime.
87-
- [ ] Execute manual workflow `.github/workflows/publish-to-pub-dev.yml` on `main`.
88-
- [ ] Verify publication on pub.dev (`isar_agent_memory 0.2.2`).
89-
- [ ] Create tag/release (`v0.2.2`).
96+
- [x] Execute manual workflow `.github/workflows/publish-to-pub-dev.yml` on `main`.
97+
- [x] Verify publication on pub.dev (`isar_agent_memory 0.2.2`).
98+
- [x] Create tag/release (`v0.2.2`).
9099

91100
---
92101

0 commit comments

Comments
 (0)