Skip to content

Commit adfcae3

Browse files
chore: release
1 parent 892cea3 commit adfcae3

6 files changed

Lines changed: 53 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)', 'cfg(creusot)'] }
1313

1414
[workspace.dependencies]
1515
# workspace deps
16-
trame = { path = "trame", version = "0.1.0" }
17-
trame-runtime = { path = "trame-runtime", version = "0.1.0" }
16+
trame = { path = "trame", version = "0.1.1" }
17+
trame-runtime = { path = "trame-runtime", version = "0.2.0" }
1818
# third-party deps
1919
creusot-std = { git = "https://github.com/creusot-rs/creusot", package = "creusot-std", version = "0.9.0" }
2020
facet-core = { git = "https://github.com/facet-rs/facet", branch = "main", version = "0.43.2" }

trame-runtime/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
## [0.2.0](https://github.com/facet-rs/trame/compare/trame-runtime-v0.1.0...trame-runtime-v0.2.0) - 2026-02-07
11+
12+
### Other
13+
14+
- patch up proofs via assume false ([#19](https://github.com/facet-rs/trame/pull/19))
15+
- Generalize LRuntime over executable shapes and enable LRuntime+VShape ([#21](https://github.com/facet-rs/trame/pull/21))
16+
- Switch memcpy API to typed copy descriptors ([#18](https://github.com/facet-rs/trame/pull/18))
17+
- Add Box support and toy JSON Miri coverage ([#17](https://github.com/facet-rs/trame/pull/17))

trame-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trame-runtime"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

trame-toy-json/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
## [0.1.0](https://github.com/facet-rs/trame/releases/tag/trame-toy-json-v0.1.0) - 2026-02-07
11+
12+
### Other
13+
14+
- Add README for trame-toy-json
15+
- Add trame-based toy JSON deserializer ([#15](https://github.com/facet-rs/trame/pull/15))

trame/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
## [0.1.1](https://github.com/facet-rs/trame/compare/trame-v0.1.0...trame-v0.1.1) - 2026-02-07
11+
12+
### Other
13+
14+
- patch up proofs via assume false ([#19](https://github.com/facet-rs/trame/pull/19))
15+
- Generalize LRuntime over executable shapes and enable LRuntime+VShape ([#21](https://github.com/facet-rs/trame/pull/21))
16+
- Switch memcpy API to typed copy descriptors ([#18](https://github.com/facet-rs/trame/pull/18))
17+
- Add Box support and toy JSON Miri coverage ([#17](https://github.com/facet-rs/trame/pull/17))

trame/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trame"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)