diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +raul (UNRELEASED) unstable, urgency=low + + * Remove EventRingBuffer + * Use Sord instead of Redlandmm for AtomRDF + * Add INSTALL file + * Improve RingBuffer + * Improve test suite + + -- David Robillard <d@drobilla.net> UNRELEASED= + raul (0.8.0) unstable, urgency=low * Implement Semaphore for Darwin @@ -5,7 +5,7 @@ from waflib.extras import autowaf as autowaf import waflib.Options as Options # Version of this package (even if built as a child) -RAUL_VERSION = '0.8.0' +RAUL_VERSION = '0.8.1' # Library version (UNIX style major, minor, micro) # major increment <=> incompatible changes |