Skip to content

Commit

Permalink
chore: release (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 1, 2024
1 parent a6431c7 commit b1d525c
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions merde/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.1](https://github.com/bearcove/merde/compare/merde-v6.0.0...merde-v6.0.1) - 2024-10-01

### Other

- respect StreamEnd
- merde_yaml is v6

## [6.0.0](https://github.com/bearcove/merde/compare/merde-v5.1.1...merde-v6.0.0) - 2024-09-22

### Added
Expand Down
4 changes: 2 additions & 2 deletions merde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merde"
version = "6.0.0"
version = "6.0.1"
edition = "2021"
authors = ["Amos Wenger <[email protected]>"]
description = "Serialize and deserialize with declarative macros"
Expand Down Expand Up @@ -43,7 +43,7 @@ required-features = ["yaml"]
[dependencies]
merde_core = { version = "6.0.0", path = "../merde_core", optional = true }
merde_json = { version = "6.0.0", path = "../merde_json", optional = true }
merde_yaml = { version = "6.0.0", path = "../merde_yaml", optional = true }
merde_yaml = { version = "7.0.0", path = "../merde_yaml", optional = true }
merde_time = { version = "4.0.11", path = "../merde_time", optional = true, features = [
"merde",
"deserialize",
Expand Down
14 changes: 14 additions & 0 deletions merde_yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [7.0.0](https://github.com/bearcove/merde/compare/merde_yaml-v6.0.0...merde_yaml-v7.0.0) - 2024-10-01

### Other

- respect StreamEnd
2 changes: 1 addition & 1 deletion merde_yaml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merde_yaml"
version = "6.0.0"
version = "7.0.0"
edition = "2021"
authors = ["Amos Wenger <[email protected]>"]
description = "YAML deserialization for merde"
Expand Down

0 comments on commit b1d525c

Please sign in to comment.