Skip to content

Commit

Permalink
Update ndarray to 0.16.0, bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minshao committed Aug 10, 2024
1 parent 4384c20 commit f9ef8fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.0] - 2024-08-09

### Changed

- Update ndarray to 0.16.

## [0.10.1] - 2023-05-23

### Fixed
Expand Down Expand Up @@ -132,6 +138,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- Kafka input/output and an example of their usage.

[0.11.0]: https://github.com/petabi/eventio/compare/0.10.1...0.11.0
[0.10.1]: https://github.com/petabi/eventio/compare/0.10.0...0.10.1
[0.10.0]: https://github.com/petabi/eventio/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/petabi/eventio/compare/0.8.0...0.9.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eventio"
version = "0.10.1"
version = "0.11.0"
authors = ["Min Kim <msk@dolbo.net>", "Min Shao <min.shao1988@gmail.com>"]
edition = "2021"
rust-version = "1.60"
Expand All @@ -24,7 +24,7 @@ pcap = ["pcap-parser"]
[dependencies]
crossbeam-channel = "0.5"
kafka = { version = "0.9", default-features = false, optional = true }
ndarray = { version = "0.15", optional = true }
ndarray = { version = "0.16", optional = true }
nom = "7"
pcap-parser = { version = "0.14", features = [
"data",
Expand Down

0 comments on commit f9ef8fd

Please sign in to comment.