Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan authored Mar 26, 2023
1 parent c2b38f6 commit 448ef09
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.0](https://github.com/udondan/cfn-teleport/compare/v0.1.1...v0.2.0) (2023-03-26)


### Features

* Adds spinner when waiting for CFN actions ([#61](https://github.com/udondan/cfn-teleport/issues/61)) ([8025a7f](https://github.com/udondan/cfn-teleport/commit/8025a7ff78a0e6bd8ba72823612fe337deeaaa98))
* improves output formatting ([#65](https://github.com/udondan/cfn-teleport/issues/65)) ([c2b38f6](https://github.com/udondan/cfn-teleport/commit/c2b38f6b5cf931fe6d9fa5a92494b6d15f4ba565))


### Bug Fixes

* use pagination to get all stacks ([#59](https://github.com/udondan/cfn-teleport/issues/59)) ([6e5053b](https://github.com/udondan/cfn-teleport/commit/6e5053b5e6f27c532219b002ccf89003fbc0aeed))

## [0.1.1](https://github.com/udondan/cfn-teleport/compare/v0.1.0...v0.1.1) (2023-03-26)


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

0 comments on commit 448ef09

Please sign in to comment.