aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-03-30 17:12:24 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-03-30 17:12:24 +0200
commit1f3eb1169d3757a3d0dd1d2eca382564d3ececf8 (patch)
tree4368fce901402ba87f6c50116e40e56d7787f083
parent74eb6af01e2581b18f5faedb9feef35c071ff2e6 (diff)
Bump release date for 0.9, fix version number formatingv0.9
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ac3b55..6600f5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-## [0.9] - 2020-03-27
+## [0.9.0] - 2020-03-30
### Added
- Support parsing [device] block size argument with SI suffix.
- Add a write-up on the on-disk format.
@@ -45,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- A number of hook callbacks from the block writer.
- sqfs_block_t from the public API.
-## [0.8] - 2019-12-30
+## [0.8.0] - 2019-12-30
### Added
- Experimental Windows port using MinGW cross compilation toolchain.
- Port to BSD systems.
@@ -89,7 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- A bug in parsing the GNU.sparse.name PAX attribute from tar files.
- sqfsdiff: recurse into directories that are only in one image.
-## [0.7] - 2019-10-08
+## [0.7.0] - 2019-10-08
### Added
- LGPLv3 licensed, shared library `libsquashfs.so` containing all the SquashFS
related logic.