Skip to content

Commit

Permalink
chore/release-0.4.0 (#23)
Browse files Browse the repository at this point in the history
* Added 0.4.0 release notes

* Added crate updates to change log
  • Loading branch information
oliverdaff authored Nov 25, 2022
1 parent b6236b1 commit caa7758
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.4.0

- Added checksum module with CRC32Sink to calculate CRC32.
- Added counter module with ByteCounter and ByteLimit.
- Enable optional features generation on docs.rs.
- Update tokio to 1.22.0
- Update anyhow to 1.0.66
- Update futures to 0.3.25

## 0.3.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 = "cobalt-async"
version = "0.3.0"
version = "0.4.0"
authors = ["harrison.ai Data Engineering <[email protected]>"]
edition = "2021"
description = "This library provides a collection of helpful functions for working with async Rust."
Expand Down

0 comments on commit caa7758

Please sign in to comment.