We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f3623 commit 7586e34Copy full SHA for 7586e34
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## [v0.0.10](https://github.com/Songmu/rcpr/compare/v0.0.9...v0.0.10) - 2022-08-20
8
- config rcpr.v-prefix by @Songmu in https://github.com/Songmu/rcpr/pull/45
9
version.go
@@ -1,5 +1,5 @@
package rcpr
-const version = "0.0.10"
+const version = "0.0.11"
var revision = "HEAD"
0 commit comments