Skip to content

Commit

Permalink
chore: 🔖 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MPThLee committed Oct 10, 2021
1 parent a50751a commit 3b2cb8e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# CHANGELOG

## 0.4.0 (Current)
# 0.4.1 (Current)
- Documentation update.
- Expose `read_bytes` method.
- Add small example about file.

## 0.4.0
- Don't panic when there is not enough data [#2](https://github.com/MPThLee/binary-reader.rs/pull/2)

## 0.3.1
Expand Down
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "binary-reader"
version = "0.4.0"
version = "0.4.1"
authors = ["MPThLee <[email protected]>"]
description = "A binary reader for rust-lang. for step by step."
publish = true

description = "A binary reader for rust-lang. for step by step. It's a minimal `byteorder` wrapper for read bytes."
readme = "README.md"
license = "MIT"
repository = "https://github.com/MPThLee/binary-reader.rs"
publish = true
keywords = ["binary", "reader", "byteorder"]

# Rust version.
edition="2018"
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ binary-reader
[![Documentation][DocsRsBadge]][DocsRs]
[![Dependency Status][DepsRsBadge]][DepsRs]

[![FOSSA Status][FOSSAShieldBadge]][FOSSAShield]
[![Continuous Integration][GithubActionsBadge]][GithubActions]
[![FOSSA Status][FOSSAShieldBadge]][FOSSAShield]
[![Codecov Coverage Status][CodecovBadge]][Codecov]
[![Coveralls Coverage Status][CoverallsBadge]][Coveralls]

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

A binary reader for rust-lang. for step by step.
Expand All @@ -28,8 +27,6 @@ TODO
* Code Optimize
* More tests and examples



Contributors
------------
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
Expand Down

0 comments on commit 3b2cb8e

Please sign in to comment.