Skip to content

Commit

Permalink
Bump version to 0.4.0 and add changes to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFinck committed Jun 13, 2023
1 parent 0a97c2c commit 3110caf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.4.0] - 2023-06-13

### Added
- Added `Display` implementation for all flags structures

### Changed
- Replaced `NtfsString` by `U16StrLe` from my new `nt-string` crate
- Replaced abandoned `binread` dependency by its `binrw` successor crate
- Upgraded `bitflags` dependency to 2.3.1 (#28)
Note that this changes the output of the `Debug` implementation of the flags structures.
If you need something similar to the previous output, use the new `Display` implementation instead.
- Upgraded `memoffset` dependency to 0.9.0 (#28)

### Fixed
- Fixed broken intra-doc link to `NtfsIndexRoot`


## [0.3.1] - 2023-02-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntfs"
version = "0.3.1"
version = "0.4.0"
authors = ["Colin Finck <colin@reactos.org>"]
description = "A low-level NTFS filesystem library"
homepage = "https://github.com/ColinFinck/ntfs"
Expand Down

0 comments on commit 3110caf

Please sign in to comment.