Skip to content

Commit

Permalink
release v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Mar 20, 2024
1 parent 7896c23 commit 2d5e722
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## v0.10.4 - 2024-03-20

### Hot fix

* update `oneio` to `v0.16.4`
* add `http2` and `charset` feature flag to `reqwest`

## v0.10.3 - 2024-03-20

### Highlights
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 = "bgpkit-parser"
version = "0.10.3"
version = "0.10.4"
authors = ["Mingwei Zhang <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -34,7 +34,7 @@ bitflags = { version = "2.3.3", features = ["serde"], optional = true }
bytes = { version = "1.5.0", optional = true }
hex = { version = "0.4.3", optional = true } # bmp/openbmp parsing
log = { version = "0.4", optional = true }
oneio = { version = "0.16.3", default-features = false, features = ["lib-core"], optional = true }
oneio = { version = "0.16.4", default-features = false, features = ["lib-core"], optional = true }
regex = { version = "1", optional = true } # used in parser filter
chrono = { version = "0.4.24", optional = true } # parser filter
serde_json = { version = "1.0", optional = true } # RIS Live parsing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BGPKIT Parser

*This readme is generated from the library's doc comments using [cargo-readme](https://github.com/livioribeiro/cargo-readme). Please refer to the Rust docs website for the full documentation: [latest stable](https://docs.rs/bgpkit-parser/latest/bgpkit_parser/); [bleeding-edge](https://docs.rs/bgpkit-parser/0.10.3/bgpkit_parser/).*
*This readme is generated from the library's doc comments using [cargo-readme](https://github.com/livioribeiro/cargo-readme). Please refer to the Rust docs website for the full documentation: [latest stable](https://docs.rs/bgpkit-parser/latest/bgpkit_parser/); [bleeding-edge](https://docs.rs/bgpkit-parser/0.10.4/bgpkit_parser/).*

[![Build](https://github.com/bgpkit/bgpkit-parser/actions/workflows/build.yml/badge.svg)](https://github.com/bgpkit/bgpkit-parser/actions/workflows/build.yml)
[![Crates.io](https://img.shields.io/crates/v/bgpkit-parser)](https://crates.io/crates/bgpkit-parser)
Expand Down

0 comments on commit 2d5e722

Please sign in to comment.