summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2016-05-25 09:30:28 +0300
committerSaku Ytti <saku@ytti.fi>2016-05-25 09:30:28 +0300
commit5c6904020c57a6904c09276ba3ab4a4cda8550b2 (patch)
tree6259749091087aac3ca784aedf85e83bfd06824f
parent592a9ccdd30a956bf22f903fdb13da4d6a516faf (diff)
release 0.14.30.14.3
-rw-r--r--CHANGELOG.md3
-rw-r--r--lib/oxidized/version.rb2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b632a7d..cea6fb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 0.14.3
+- BUGFIX: fix git when using multiple groups without single_repo
+
# 0.14.2
- BUGFIX: git expand path for all groups
- BUGFIX: git get_version, teletubbies do it again
diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb
index bb79a2d..428cd19 100644
--- a/lib/oxidized/version.rb
+++ b/lib/oxidized/version.rb
@@ -1,3 +1,3 @@
module Oxidized
- VERSION = '0.14.2'
+ VERSION = '0.14.3'
end