File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 26
26
MECROOT = os .path .join (os .path .expanduser ("~" ), ".mec" )
27
27
28
28
# 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
30
30
31
31
32
32
class Session :
You can’t perform that action at this time.
0 commit comments