Skip to content

Commit

Permalink
release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Dec 21, 2023
1 parent 7742411 commit 01ede4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.8.0 (Released 2023-12-21)

IMPROVEMENTS

- fix: stream http request instead of consuming all
- file: peek at contents to determine content type and packing level
- test: verify 10k, 25k, and 50k line files can be processed

BUILD

- fix(deps): update module github.com/moov-io/base to v0.48.3

## v0.7.1 (Released 2023-11-21)

BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

package metro2

const Version = "v0.7.1"
const Version = "v0.8.0"

0 comments on commit 01ede4b

Please sign in to comment.