Skip to content

Commit

Permalink
Include 'test-case-core' in the version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-biel committed Feb 13, 2023
1 parent b093c70 commit aa655a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/test-case-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-case-core"
version = "2.2.2"
version = "3.0.0"
edition = "2018"
authors = ["Marcin Sas-Szymanski <[email protected]>", "Wojciech Polak <[email protected]>", "Łukasz Biel <[email protected]>"]
description = "Provides core functionality for parsing #[test_case(...)] procedural macro attribute for generating parametrized test cases easily"
Expand Down
2 changes: 1 addition & 1 deletion crates/test-case-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ proc-macro2 = { version = "1.0", features = [] }
proc-macro-error = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full", "extra-traits"] }
test-case-core = { version = "2.2.2", path = "../test-case-core", default-features = false }
test-case-core = { version = "3.0.0", path = "../test-case-core", default-features = false }
1 change: 1 addition & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ set -eo xtrace

nvim Cargo.toml
nvim crates/test-case-macros/Cargo.toml
nvim crates/test-case-core/Cargo.toml
cargo build

nvim CHANGELOG.md
Expand Down

0 comments on commit aa655a3

Please sign in to comment.