Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
cynic-releaser[bot] authored Oct 25, 2024
1 parent bff626d commit 8bd3f53
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased - xxxx-xx-xx

## v3.9.0 - 2024-10-25

### New Features

- more spans on type system document ([#1070](https://github.com/obmarg/cynic/pull/1070))
- rework `Value` in parser ([#1048](https://github.com/obmarg/cynic/pull/1048))

### Changes

- update Cargo.toml dependencies
- update Cargo.lock dependencies
- remove counter dependency ([#1027](https://github.com/obmarg/cynic/pull/1027))

### Changes

- MSRV is now 1.76
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ edition = "2021"
homepage = "https://cynic-rs.dev"
repository = "https://github.com/obmarg/cynic"
license = "MPL-2.0"
version = "3.8.0"
version = "3.9.0"
rust-version = "1.76"

[workspace.dependencies]
Expand Down
6 changes: 3 additions & 3 deletions cynic-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }
colored = "2"
cynic = { path = "../cynic", version = "3.8.0", features = ["http-reqwest-blocking"] }
cynic-introspection = { path = "../cynic-introspection", version = "3.8.0" }
cynic-querygen = { path = "../cynic-querygen", version = "3.8.0" }
cynic = { path = "../cynic", version = "3.9.0", features = ["http-reqwest-blocking"] }
cynic-introspection = { path = "../cynic-introspection", version = "3.9.0" }
cynic-querygen = { path = "../cynic-querygen", version = "3.9.0" }
reqwest = { version = "0.12", features = ["blocking"] }
thiserror = "1"

Expand Down
2 changes: 1 addition & 1 deletion cynic-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rkyv = ["cynic-codegen/rkyv"]
proc-macro = true

[dependencies]
cynic-codegen = { path = "../cynic-codegen", version = "3.8.0" }
cynic-codegen = { path = "../cynic-codegen", version = "3.9.0" }
darling.workspace = true
quote = "1"
syn.workspace = true
2 changes: 1 addition & 1 deletion cynic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http-reqwest-blocking = ["http-reqwest", "reqwest/blocking", "serde_json"]
rkyv = ["cynic-proc-macros/rkyv"]

[dependencies]
cynic-proc-macros = { path = "../cynic-proc-macros", version = "3.8.0" }
cynic-proc-macros = { path = "../cynic-proc-macros", version = "3.9.0" }
ref-cast = "1.0.15"
serde = { version = "1.0.136", features = [ "derive" ] }
serde_json = { version = "1.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion schemas/github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false

[dependencies]
chrono = { version = "0.4", features = ["serde"] }
cynic = { path = "../../cynic", version = "3.8.0" }
cynic = { path = "../../cynic", version = "3.9.0" }

0 comments on commit 8bd3f53

Please sign in to comment.