Skip to content

Commit dc99c9a

Browse files
committed
bump version to 0.3.2
1 parent 295ffbc commit dc99c9a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog
22

3+
## [0.3.2] - 2022-01-18
4+
5+
- Improve how `serde` is imported
6+
- Bump `bigdecimal` to 0.3
7+
38
## [0.3.1] - 2020-08-31
49

510
- handle 3-byte varint length prefixes on blobs

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mysql_binlog"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["James Brown <[email protected]>"]
55
description = "Parser for the MySQL binlog format"
66
documentation = "https://docs.rs/mysql_binlog"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`mysql_binlog` is a clean, idomatic Rust implementation of a MySQL binlog parser, including support for the JSONB type introduced in MySQL 5.7.
22

33
[![CI](https://github.com/EasyPost/rust-mysql-binlog/workflows/CI/badge.svg)](https://github.com/EasyPost/rust-mysql-binlog/actions?query=workflow%3ACI)
4-
[![crates.io](https://meritbadge.herokuapp.com/mysql_binlog)](https://crates.io/crates/mysql_binlog)
4+
[![crates.io](https://img.shields.io/crates/v/mysql_binlog.svg)](https://crates.io/crates/mysql_binlog)
55
[![docs](https://docs.rs/mysql_binlog/badge.svg)](https://docs.rs/mysql_binlog)
66

77
Its primary purpose is handling row-based logging messages, but it has rudimentary support for older statement-based replication. It's been tested against Percona XtraDB (MySQL) 5.6 and 5.7.

0 commit comments

Comments
 (0)