We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb7349 commit 3ec36baCopy full SHA for 3ec36ba
Changelog
@@ -1,3 +1,10 @@
1
+buckaroo (1.5.0) stable; urgency=low
2
+ [Nick La Rooy <nick@loopperfect.com>]
3
+ * Bugfix for some BUCKAROO_DEPS target names
4
+ * Various CLI usability improvements
5
+
6
+-- Gaetano Checinski <gaetano@loopperfect.com> Thu, 9 Nov 2018 14:45:00 +0100
7
8
buckaroo (1.4.1) stable; urgency=low
9
[Nick La Rooy <nick@loopperfect.com>]
10
* Minor bug fixes
src/main/java/com/loopperfect/buckaroo/Buckaroo.java
@@ -6,5 +6,5 @@ private Buckaroo() {
}
- public static final SemanticVersion version = SemanticVersion.of(1, 4, 1);
+ public static final SemanticVersion version = SemanticVersion.of(1, 5, 0);
0 commit comments