From cd87dc5e36301c9bd00b8f150b8819fa54894562 Mon Sep 17 00:00:00 2001 From: Benno van den Berg Date: Thu, 29 Feb 2024 17:04:55 +0100 Subject: [PATCH 1/2] Bump minor version --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- fiberplane-pdk-macros/Cargo.toml | 2 +- fiberplane-pdk/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f089077..44a4fd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -660,7 +660,7 @@ dependencies = [ [[package]] name = "fiberplane-pdk" -version = "1.0.0-beta.12" +version = "1.0.0-beta.13" dependencies = [ "fiberplane-models", "fiberplane-pdk-macros", @@ -677,7 +677,7 @@ dependencies = [ [[package]] name = "fiberplane-pdk-macros" -version = "1.0.0-beta.12" +version = "1.0.0-beta.13" dependencies = [ "Inflector", "fiberplane-models", diff --git a/Cargo.toml b/Cargo.toml index 3b8718b..7b82e83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ repository = "https://github.com/fiberplane/providers" [workspace.dependencies] fiberplane-ci = { git = "ssh://git@github.com/fiberplane/fiberplane.git", branch = "main" } fiberplane-models = { version = "1.0.0-beta.11" } -fiberplane-pdk = { version = "1.0.0-beta.12", path = "fiberplane-pdk" } -fiberplane-pdk-macros = { version = "1.0.0-beta.12", path = "fiberplane-pdk-macros" } +fiberplane-pdk = { version = "1.0.0-beta.13", path = "fiberplane-pdk" } +fiberplane-pdk-macros = { version = "1.0.0-beta.13", path = "fiberplane-pdk-macros" } fiberplane-provider-bindings = { version = "2.0.0-beta.11" } fp-bindgen = { version = "3.0.0" } fp-bindgen-support = { version = "3.0.0" } diff --git a/fiberplane-pdk-macros/Cargo.toml b/fiberplane-pdk-macros/Cargo.toml index 6d70d7a..6fe1ba1 100644 --- a/fiberplane-pdk-macros/Cargo.toml +++ b/fiberplane-pdk-macros/Cargo.toml @@ -5,7 +5,7 @@ readme = "README.md" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -version = "1.0.0-beta.12" +version = "1.0.0-beta.13" license = { workspace = true } repository = { workspace = true } diff --git a/fiberplane-pdk/Cargo.toml b/fiberplane-pdk/Cargo.toml index 7ffe3dc..4210f75 100644 --- a/fiberplane-pdk/Cargo.toml +++ b/fiberplane-pdk/Cargo.toml @@ -5,7 +5,7 @@ readme = "README.md" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -version = "1.0.0-beta.12" +version = "1.0.0-beta.13" license = { workspace = true } repository = { workspace = true } From 94572791d51d162164762f8b866b10f0dbcd051d Mon Sep 17 00:00:00 2001 From: Benno van den Berg Date: Fri, 1 Mar 2024 11:32:34 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2197f34..8302331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ 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. +## unreleased + +## [1.0.0-beta.13] - 2024-03-01 + +- Updated dependencies + ## [1.0.0-beta.12] - 2024-02-23 - Updated dependencies