Skip to content

Commit 29e6cec

Browse files
authored
Merge pull request #51 from zoosky/release/v0.11.0
Prepare the 0.11.0 release
2 parents edc6e02 + b420dd1 commit 29e6cec

8 files changed

Lines changed: 17 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
## [0.11.0] - 2026-09-12
10+
911
### Added
1012

1113
- **`crates/accent-proust-schema-config`, the declarative vocabulary both
@@ -210,6 +212,7 @@ crate builds on pulldown-cmark.
210212
- **MSRV 1.96** for the library, normalised across the Accent crates, on Rust
211213
edition 2024.
212214

213-
[Unreleased]: https://github.com/zoosky/accent-proust/compare/v0.10.0...HEAD
215+
[Unreleased]: https://github.com/zoosky/accent-proust/compare/v0.11.0...HEAD
216+
[0.11.0]: https://github.com/zoosky/accent-proust/compare/v0.10.0...v0.11.0
214217
[0.10.0]: https://github.com/zoosky/accent-proust/compare/v0.9.0...v0.10.0
215218
[0.9.0]: https://github.com/zoosky/accent-proust/releases/tag/v0.9.0

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ strip = true
4141

4242
[package]
4343
name = "accent-proust"
44-
version = "0.10.0"
44+
version = "0.11.0"
4545
edition = "2024"
4646
rust-version = "1.96"
4747
license = "MIT"

crates/accent-proust-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accent-proust-cli"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2024"
55
license = "MIT"
66
description = "The command-line host for accent-proust: format, validate, render, transform and parse Markdoc."

crates/accent-proust-schema-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accent-proust-schema-config"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2024"
55
license = "MIT"
66
description = "The declarative schema vocabulary shared by accent-proust's hosts: the keys, the refusal policy, and the mapping from a declaration to a schema."

crates/accent-proust-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accent-proust-wasm"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2024"
55
license = "MIT"
66
description = "WebAssembly bindings for accent-proust: validate, transform, render and format Markdoc in a browser."

site/content/03.docs/default.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,14 @@ places. Every disagreement that matters is enumerated in
6464

6565
## Versioning
6666

67-
The crate is at `0.10.0` rather than `1.0.0` because the API has had no external
67+
The crate is at `0.11.0` rather than `1.0.0` because the API has had no external
6868
users yet. The conventions above are already promises; the shape of the Rust
69-
types is not, and a `0.x` number is the honest way to say so.
69+
types is not, and a `0.x` number is the honest way to say so -- `0.11.0` is the
70+
release in which `Config` changed shape, and the changelog says what moved.
7071

7172
> [!NOTE]
7273
> The npm package and the crate share one version number. A release publishes
73-
> both, so `accent-proust 0.10.0` on crates.io and `accent-proust@0.10.0` on npm
74+
> both, so `accent-proust 0.11.0` on crates.io and `accent-proust@0.11.0` on npm
7475
> are built from the same commit.
7576
7677
## Licence and provenance

site/content/default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: >-
1515
# here as data instead of as body prose -- which also means the wording can
1616
# change without touching a template.
1717

18-
eyebrow: "v0.10.0 - MIT - forbid(unsafe_code)"
18+
eyebrow: "v0.11.0 - MIT - forbid(unsafe_code)"
1919
headline: "Markdoc,"
2020
headline_accent: "in Rust."
2121
lead: >-

0 commit comments

Comments
 (0)