Skip to content

Commit ec3513e

Browse files
authored
Merge pull request #43 from jm33-m0/release-please--branches--master
chore(master): release 2.3.4
2 parents 5dc973f + 731842d commit ec3513e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
### [2.3.4](https://github.com/jm33-m0/mec/compare/v2.3.3...v2.3.4) (2022-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* get_version crashe when not in a git directory ([3963dfd](https://github.com/jm33-m0/mec/commit/3963dfd1bdb5c17f8db81f264d5286ce9d213d18))
9+
* MECROOT not found ([e13011e](https://github.com/jm33-m0/mec/commit/e13011ecf1dddfabba60000214f7c6ce172c603b))

lib/cli/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
MECROOT = os.path.join(os.path.expanduser("~"), ".mec")
2727

2828
# version string, see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30
29-
VERSION = "v2.3.3" # x-release-please-version
29+
VERSION = "v2.3.4" # x-release-please-version
3030

3131

3232
class Session:

0 commit comments

Comments
 (0)