Skip to content

Commit

Permalink
Merge pull request #43 from jm33-m0/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 2.3.4
  • Loading branch information
jm33-m0 authored Mar 24, 2022
2 parents 5dc973f + 731842d commit ec3513e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

### [2.3.4](https://github.com/jm33-m0/mec/compare/v2.3.3...v2.3.4) (2022-03-24)


### Bug Fixes

* get_version crashe when not in a git directory ([3963dfd](https://github.com/jm33-m0/mec/commit/3963dfd1bdb5c17f8db81f264d5286ce9d213d18))
* MECROOT not found ([e13011e](https://github.com/jm33-m0/mec/commit/e13011ecf1dddfabba60000214f7c6ce172c603b))
2 changes: 1 addition & 1 deletion lib/cli/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
MECROOT = os.path.join(os.path.expanduser("~"), ".mec")

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


class Session:
Expand Down

0 comments on commit ec3513e

Please sign in to comment.