Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
meqif committed Apr 26, 2015
1 parent ce33f07 commit 36deb4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [0.2.7]

### Fixed

- Fixed compilation errors in 1.0.0-beta.2

### Changed

- Improved resilience to errors --- receiving an invalid packet no longer leads to a panic
- Sockets with established connections refuse new connections

## [0.2.6]

No functional changes.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "utp"
version = "0.2.6"
version = "0.2.7"
authors = ["Ricardo Martins <ricardo@scarybox.net>"]

description = "A µTP (Micro/uTorrent Transport Library) library implemented in Rust"
Expand Down

0 comments on commit 36deb4f

Please sign in to comment.