Skip to content

Commit

Permalink
chore(main): release 0.35.0 (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan authored Dec 22, 2024
1 parent da11e6d commit 327db92
Show file tree
Hide file tree
Showing 4 changed files with 10 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.34.0"
".": "0.35.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.35.0](https://github.com/udondan/cfn-teleport/compare/v0.34.0...v0.35.0) (2024-12-21)


### Features

* Updates supported resource types (6) ([#835](https://github.com/udondan/cfn-teleport/issues/835)) ([fd7888d](https://github.com/udondan/cfn-teleport/commit/fd7888db8fb0d8998612f37c393be3b34fad3144))

## [0.34.0](https://github.com/udondan/cfn-teleport/compare/v0.33.0...v0.34.0) (2024-12-14)


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.34.0"
version = "0.35.0"
edition = "2021"
description = "Moves CloudFormation resources between stacks"
license = "Apache-2.0"
Expand Down

0 comments on commit 327db92

Please sign in to comment.