Skip to content

Commit 1e30cac

Browse files
Merge pull request #65 from fibonacci1729/bump-version
Bump version for v0.10.0 release
2 parents 4d3bb3c + 4871409 commit 1e30cac

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "trigger-sqs"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
edition = "2021"
5-
rust-version = "1.81"
5+
rust-version = "1.86"
66

77
[dependencies]
88
anyhow = "1.0.68"

release-process.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
To cut a new release of the SQS trigger plugin, you will need to do the following:
44

5-
1. Confirm that [CI is green](https://fermyon/spin-trigger-sqs/actions) for the commit selected to be tagged and released.
5+
1. Confirm that [CI is green](https://github.com/spinframework/spin-trigger-sqs/actions) for the commit selected to be tagged and released.
66

77
1. Change the version number in [Cargo.toml](./Cargo.toml) and [spin-pluginify.toml](./spin-pluginify.toml) and run `cargo build --release`.
88

@@ -18,15 +18,15 @@ To cut a new release of the SQS trigger plugin, you will need to do the followin
1818
# Create a GPG-signed and annotated tag
1919
git tag -s -m "Spin SQS Trigger v0.6.0" v0.6.0
2020
21-
# Push the tag to the remote corresponding to fermyon/spin-trigger-sqs (here 'origin')
21+
# Push the tag to the remote corresponding to spinframework/spin-trigger-sqs (here 'origin')
2222
git push origin v0.6.0
2323
```
2424
25-
1. Pushing the tag upstream will trigger the [release action](https://github.com/fermyon/spin-trigger-sqs/actions/workflows/release.yml).
25+
1. Pushing the tag upstream will trigger the [release action](https://github.com/spinframework/spin-trigger-sqs/actions/workflows/release.yml).
2626
- The release build will create the packaged versions of the plugin, the updated plugin manifest and a checksums file
2727
- These assets are uploaded to a new GitHub release for the pushed tag
2828
- Release notes are auto-generated but edit as needed especially around breaking changes or other notable items
2929
30-
1. Create a PR in the [fermyon/spin-plugins](https://github.com/fermyon/spin-plugins) repository with the [updated manifest](https://github.com/fermyon/spin-plugins/tree/main/manifests/sqs-trigger).
30+
1. Create a PR in the [spinframework/spin-plugins](https://github.com/spinframework/spin-plugins) repository with the [updated manifest](https://github.com/spinframework/spin-plugins/tree/main/manifests/sqs-trigger).
3131
32-
1. If applicable, create PR(s) or coordinate [documentation](https://github.com/fermyon/developer) needs, e.g. for new features or updated functionality.
32+
1. If applicable, create PR(s) or coordinate [documentation](https://github.com/spinframework/spin-docs) needs, e.g. for new features or updated functionality.

spin-pluginify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "trigger-sqs"
22
description = "A Spin trigger for Amazon SQS events"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
spin_compatibility = ">=2.2"
55
license = "Apache-2.0"
66
package = "./target/release/trigger-sqs"

0 commit comments

Comments
 (0)