Skip to content

Commit 7586e34

Browse files
release v0.0.11 (#49)
* [rcpr] prepare for the next release * [rcpr] update CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 83f3623 commit 7586e34

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.0.11](https://github.com/Songmu/rcpr/compare/v0.0.10...v0.0.11) - 2022-08-21
4+
- fix config key to rcpr.vPrefix from rcpr.v-prefix by @Songmu in https://github.com/Songmu/rcpr/pull/50
5+
- reload version file after cherry-picking process by @Songmu in https://github.com/Songmu/rcpr/pull/51
6+
37
## [v0.0.10](https://github.com/Songmu/rcpr/compare/v0.0.9...v0.0.10) - 2022-08-20
48
- config rcpr.v-prefix by @Songmu in https://github.com/Songmu/rcpr/pull/45
59

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package rcpr
22

3-
const version = "0.0.10"
3+
const version = "0.0.11"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)