Skip to content

Commit 9e3ff01

Browse files
Version Packages (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b24f90f commit 9e3ff01

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

.changeset/v0.4.1.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @ensemble-edge/edgit
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 3d55ade: ### Code Quality & Error Handling
8+
- Add `EdgitError` class with typed error kinds for better error categorization
9+
- Implement `Result<T, E>` pattern for explicit, type-safe error handling
10+
- Add Zod validation for CLI inputs with user-friendly error messages
11+
- Add interactive prompt utilities for consistent CLI interactions
12+
13+
### Developer Experience
14+
- Add `tool` to supported component types
15+
- Export programmatic API for library usage
16+
- Update README with documentation links
17+
18+
### Maintenance
19+
- Remove unused conventional-changelog dependency
20+
- Code formatting with Prettier
21+
322
## 0.4.0
423

524
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ensemble-edge/edgit",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"type": "module",
55
"description": "Git tag-based versioning for AI components and agents. Independent versioning for prompts, configs, queries, scripts, and agent definitions.",
66
"main": "dist/lib/index.js",

0 commit comments

Comments
 (0)