Skip to content

Commit

Permalink
chore(main): release 0.30.0 (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan authored Nov 10, 2024
1 parent e241bf4 commit 84e9640
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.29.0"
".": "0.30.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.30.0](https://github.com/udondan/cfn-teleport/compare/v0.29.0...v0.30.0) (2024-11-09)


### Features

* Updates supported resource types (14) ([#793](https://github.com/udondan/cfn-teleport/issues/793)) ([7635278](https://github.com/udondan/cfn-teleport/commit/7635278b5474946b60b372d1ac626190482e1855))
* Updates supported resource types (3) ([#796](https://github.com/udondan/cfn-teleport/issues/796)) ([e241bf4](https://github.com/udondan/cfn-teleport/commit/e241bf48c51ab077cf8178a4fb42b774035b3a2c))

## [0.29.0](https://github.com/udondan/cfn-teleport/compare/v0.28.0...v0.29.0) (2024-10-25)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfn-teleport"
version = "0.29.0"
version = "0.30.0"
edition = "2021"
description = "Moves CloudFormation resources between stacks"
license = "Apache-2.0"
Expand Down

0 comments on commit 84e9640

Please sign in to comment.