Skip to content

Commit 8bb281e

Browse files
authored
chore(oxc-schemars): release v0.8.27 (#10)
## 🤖 New release * `oxc-schemars`: 0.8.26 -> 0.8.27 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.8.27](oxc-schemars-v0.8.26...oxc-schemars-v0.8.27) - 2025-11-23 ### Fixed - Regenerate the test snapshots. ([#11](#11)) ### Other - Add a JSON Schema implementation for the regex crate ([#9](#9)) - Update examples/tests so they pass again. ([#8](#8)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 05b3185 commit 8bb281e

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -6,5 +6,5 @@ members = [
66
resolver = "2"
77

88
[workspace.dependencies]
9-
oxc-schemars = { version = "0.8.26", path = "schemars" }
9+
oxc-schemars = { version = "0.8.27", path = "schemars" }
1010
oxc_schemars_derive = { version = "0.8.26", path = "schemars_derive" }

schemars/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.8.27](https://github.com/oxc-project/schemars/compare/oxc-schemars-v0.8.26...oxc-schemars-v0.8.27) - 2025-11-23
11+
12+
### Fixed
13+
14+
- Regenerate the test snapshots. ([#11](https://github.com/oxc-project/schemars/pull/11))
15+
16+
### Other
17+
18+
- Add a JSON Schema implementation for the regex crate ([#9](https://github.com/oxc-project/schemars/pull/9))
19+
- Update examples/tests so they pass again. ([#8](https://github.com/oxc-project/schemars/pull/8))

schemars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "oxc-schemars"
33
description = "Generate JSON Schemas from Rust code"
44
repository = "https://github.com/oxc-project/schemars"
5-
version = "0.8.26"
5+
version = "0.8.27"
66
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
77
edition = "2021"
88
license = "MIT"

0 commit comments

Comments
 (0)