Skip to content

Commit

Permalink
chore(main): release 0.1.3
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 14, 2023
1 parent 5332d3c commit 27aaef3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.3](https://github.com/DamianoPellegrini/nom-teltonika/compare/v0.1.2...v0.1.3) (2023-07-14)


### Features

* added stream wrapper, streaming parsing ([29e26bf](https://github.com/DamianoPellegrini/nom-teltonika/commit/29e26bfbe3be594529913893ce138cdbc0226a6e))
* async feature using tokio ([49af519](https://github.com/DamianoPellegrini/nom-teltonika/commit/49af51901c168553c46b044b65f881141888276f))


### Bug Fixes

* :arrow_up: solved security audit for chrono ([5332d3c](https://github.com/DamianoPellegrini/nom-teltonika/commit/5332d3c1a35b03c58dc99b37f74b6909128fdb74))

## [0.1.2](https://github.com/DamianoPellegrini/nom-teltonika/compare/v0.1.1...v0.1.2) (2023-01-23)


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 = "nom-teltonika"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "Teltonika protocol parser"
readme = "README.md"
Expand Down

0 comments on commit 27aaef3

Please sign in to comment.