Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed May 9, 2022
1 parent 661f87d commit 896ab52
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.1.0](https://github.com/blacha/binparse/compare/v2.0.1...v2.1.0) (2022-05-09)


### Bug Fixes

* correctly get the size whe using the `at` type ([ed1d18a](https://github.com/blacha/binparse/commit/ed1d18a2a793c12022cd19a9f50c28c715c57dfd))
* start at the offset that was passed in not at zero ([5980e64](https://github.com/blacha/binparse/commit/5980e64bcae2061eccc9686a135329eb080069b0))


### Features

* add explicit reading option to read at locations ([7dfc70a](https://github.com/blacha/binparse/commit/7dfc70a99394b2b26bf7fcabff3baa73ddc8c7bf))
* force set the size of objects ([cba7c33](https://github.com/blacha/binparse/commit/cba7c330bf952b72749f715eb99118f429161e99))



## [2.0.1](https://github.com/blacha/binparse/compare/v2.0.0...v2.0.1) (2021-10-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binparse",
"version": "2.0.1",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "https://github.com/blacha/binparse.git"
Expand Down

0 comments on commit 896ab52

Please sign in to comment.