Skip to content

Commit

Permalink
Merge pull request #16 from orangekame3/tagpr-from-v0.0.10
Browse files Browse the repository at this point in the history
Release for v0.0.11
  • Loading branch information
orangekame3 committed Oct 2, 2023
2 parents ad65e2b + 1747d0e commit b70e249
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v0.0.11](https://github.com/orangekame3/stree/compare/v0.0.10...v0.0.11) - 2023-10-01

- add CODEOWNERS by @orangekame3 in <https://github.com/orangekame3/stree/pull/21>
- add credits by @orangekame3 in <https://github.com/orangekame3/stree/pull/22>
- respect environment variables same as AWS CLI. by @fujiwara in <https://github.com/orangekame3/stree/pull/19>
- gtree パッケージの更新 by @ddddddO in <https://github.com/orangekame3/stree/pull/24>
- -level (-L) Option for Limit max depth by @mashiike in <https://github.com/orangekame3/stree/pull/23>
- impl MFA by @ddddddO in <https://github.com/orangekame3/stree/pull/25>
- update readme for release v0.0.11 by @orangekame3 in <https://github.com/orangekame3/stree/pull/26>
- add article by @orangekame3 in <https://github.com/orangekame3/stree/pull/27>

## [v0.0.10](https://github.com/orangekame3/stree/compare/v0.0.9...v0.0.10) - 2023-09-15

## [v0.0.9](https://github.com/orangekame3/stree/compare/v0.0.8...v0.0.9) - 2023-09-15
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ THE SOFTWARE.
*/
package main

const version = "0.0.10"
const version = "0.0.11"

0 comments on commit b70e249

Please sign in to comment.