Skip to content

Commit

Permalink
chore: prepare cynic-parser-deser release (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg authored Nov 12, 2024
1 parent 22dfcea commit ad4344f
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 6 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.

11 changes: 9 additions & 2 deletions cynic-parser-deser-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
[package]
name = "cynic-parser-deser-macros"
description = "Macros for cynic-parser-deser"
keywords = ["graphql", "parser", "deserialization"]
readme = "README.md"

version = "0.8.1"

homepage = "https://docs.rs/cynic-parser-deser"
documentation = "https://docs.rs/cynic-parser-deser"

authors.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
version.workspace = true
rust-version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
3 changes: 3 additions & 0 deletions cynic-parser-deser-macros/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## cynic-parser-deser-macros

Macros for cynic-parser-deser
12 changes: 12 additions & 0 deletions cynic-parser-deser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

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

The format is roughly based on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/).

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v0.8.1 - 2024-11-12

- Initial Version
11 changes: 9 additions & 2 deletions cynic-parser-deser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[package]
name = "cynic-parser-deser"
version = "0.8.0"
description = "Deserialization for cynic-parser Values"
keywords = ["graphql", "parser", "deserialization"]
readme = "README.md"

version = "0.8.1"

homepage = "https://docs.rs/cynic-parser-deser"
documentation = "https://docs.rs/cynic-parser-deser"

authors.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions cynic-parser-deser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## cynic-parser-deser

Deserialization for cynic-parser Values

Documentation to follow
9 changes: 9 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ changelog_include = [

[[package]]
name = "cynic-parser"
release_group = "cynic-parser"
git_tag_enable = true
git_release_enable = true
changelog_update = true

[[package]]
name = "cynic-parser-deser"
release_group = "cynic-parser"
changelog_update = true
changelog_include = [
"cynic-parser-deser-macros"
]

0 comments on commit ad4344f

Please sign in to comment.