summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md31
1 files changed, 22 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fd6aea..6c25fdf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,27 @@
+# v0.3.3
+
+- updated deps, most notably libflac-sys and rusqlite
+- edited changelog
+
+# v0.3.1
+
+- removed useless trait
+- isolated all module functions
+
# v0.3.0
-* removed claxon dep in favor of flac_codec, same for metaflac
-* cleaned up code a bit
+
+- removed claxon dep in favor of flac_codec, same for metaflac
+- cleaned up code a bit
# v0.2.6-fix
-* remembered about changelog.md
-* fixed incorrect encoded_by tag match
-* minor code improvements and fixes
+
+- remembered about changelog.md
+- fixed incorrect encoded_by tag match
+- minor code improvements and fixes
# v0.1.2
-* added better bar incremental logic by passing it to threads
-* added graceful shutdown (albeit its a bit slow)
-* checks file if it exists before reencoding
-* removes temporary file if it was left uncleaned from the previous session
+
+- added better bar incremental logic by passing it to threads
+- added graceful shutdown (albeit its a bit slow)
+- checks file if it exists before reencoding
+- removes temporary file if it was left uncleaned from the previous session