Skip to content

Commit

Permalink
Remove redundant debug message, Bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minshao authored and msk committed May 23, 2023
1 parent 35a9340 commit 4384c20
Show file tree
Hide file tree
Showing 3 changed files with 8 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.10.1] - 2023-05-23

### Fixed

- Eliminated unnecessary debug messages.

## [0.10.0] - 2023-04-27

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

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

[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
[0.8.0]: https://github.com/petabi/eventio/compare/0.7.0...0.8.0
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 = "eventio"
version = "0.10.0"
version = "0.10.1"
authors = ["Min Kim <msk@dolbo.net>", "Min Shao <min.shao1988@gmail.com>"]
edition = "2021"
rust-version = "1.60"
Expand Down
1 change: 0 additions & 1 deletion src/ndarray.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ impl super::Input for Input {
line.extend_from_slice(col);
line
});
dbg!(idx, line.len());
loop {
let oper = sel.select();
match oper.index() {
Expand Down

0 comments on commit 4384c20

Please sign in to comment.