Skip to content

Commit

Permalink
Bump minor version (#64)
Browse files Browse the repository at this point in the history
* Bump minor version

* Update changelog

* Update version to match description
  • Loading branch information
flenter authored Feb 6, 2024
1 parent e15d8ad commit 47d9be4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ crates do not strictly follow _SemVer_ although their versioning remains
_compatible with_ SemVer, i.e. they will not contain breaking changes if the
major version hasn't changed.

## [1.0.0-beta.8]
## [1.0.0-beta.9]

## [1.0.0-beta.8] - 2024-02-05

- Updated dependencies

## [1.0.0-beta.7] - 2024-01-05

Expand Down
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ exclude = ["providers/.cargo"]
authors = ["Fiberplane <[email protected]>"]
edition = "2021"
rust-version = "1.65"
version = "1.0.0-beta.6"
version = "1.0.0-beta.8"
license = "MIT OR Apache-2.0"
repository = "https://github.com/fiberplane/providers"

[workspace.dependencies]
fiberplane-ci = { git = "ssh://[email protected]/fiberplane/fiberplane.git", branch = "main" }
fiberplane-models = { version = "1.0.0-beta.6" }
fiberplane-pdk = { version = "1.0.0-beta.8", path = "fiberplane-pdk" }
fiberplane-pdk-macros = { version = "1.0.0-beta.8", path = "fiberplane-pdk-macros" }
fiberplane-pdk = { version = "1.0.0-beta.9", path = "fiberplane-pdk" }
fiberplane-pdk-macros = { version = "1.0.0-beta.9", path = "fiberplane-pdk-macros" }
fiberplane-provider-bindings = { version = "2.0.0-beta.6" }
fp-bindgen = { version = "3.0.0" }
fp-bindgen-support = { version = "3.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion fiberplane-pdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readme = "README.md"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
version = "1.0.0-beta.8"
version = "1.0.0-beta.9"
license = { workspace = true }
repository = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion fiberplane-pdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readme = "README.md"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
version = "1.0.0-beta.8"
version = "1.0.0-beta.9"
license = { workspace = true }
repository = { workspace = true }

Expand Down

0 comments on commit 47d9be4

Please sign in to comment.