Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit 8e47842

Browse files
chore(figue): release v1.0.0
1 parent 46fd38b commit 8e47842

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

crates/figue/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.0](https://github.com/bearcove/figue/compare/figue-v0.1.0...figue-v1.0.0) - 2026-01-26
11+
12+
### Other
13+
14+
- Address test coverage gaps and cleanup ([#25](https://github.com/bearcove/figue/pull/25)) ([#52](https://github.com/bearcove/figue/pull/52))
15+
- Add 'did you mean...?' suggestions for typos using strsim ([#36](https://github.com/bearcove/figue/pull/36)) ([#51](https://github.com/bearcove/figue/pull/51))
16+
- Add Ariadne error reporting for deserialization errors from all sources ([#50](https://github.com/bearcove/figue/pull/50))
17+
- Add schema-level field defaults from #[facet(default)] attributes ([#49](https://github.com/bearcove/figue/pull/49))
18+
- Migrate CLI config overrides to ValueBuilder ([#48](https://github.com/bearcove/figue/pull/48))
19+
- Migrate file.rs parser to use ValueBuilder ([#47](https://github.com/bearcove/figue/pull/47))
20+
- Convert to Cargo workspace structure ([#46](https://github.com/bearcove/figue/pull/46))

0 commit comments

Comments
 (0)