summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-03-10 17:28:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-03-10 18:02:15 +0100
commit2b0cd8dd2050a239ff57bd4e9fe42057907c11b8 (patch)
tree1d9eb5cf9cd80bb1ac12a97d1aec2e5e536b6842
parentabe1d358b3449f93546341cfebe8d33486b70974 (diff)
Add post: imag 0.6.3
-rw-r--r--content/blog/2018-03-10-imag-0-6-3.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/content/blog/2018-03-10-imag-0-6-3.md b/content/blog/2018-03-10-imag-0-6-3.md
new file mode 100644
index 0000000..3592e67
--- /dev/null
+++ b/content/blog/2018-03-10-imag-0-6-3.md
@@ -0,0 +1,14 @@
+---
+title: "imag 0.6.3"
+slug: "imag-0-6-3"
+date: "2018-03-10T18:03:06"
+tags: [ "linux", " open source", " programming", " rust", " software", " tools", " imag" ]
+---
+
+imag 0.6.3 is a bugfix release. From the changelog:
+
+* `libimagstore` got another fix with the file parsing, as the
+ `std::str::Lines` iterator takes empty lines as no lines.
+
+This patch is already merged in `master`.
+