Skip to content

Commit

Permalink
Bump to version 0.0.2 (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Mar 23, 2022
1 parent 940b4f5 commit f9f6d4a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [v0.0.2] - 2022-03-23

### Added

- feat: Add support for azure storage (#29)
- services/azure/storage: Implement integration tests (#33)
- tests: Implement integration tests for aws v4 (#37)

### Changed

- refactor: Make time much easier to use and add unit tests (#34)
- chore(deps): Update aws-sigv4 requirement from 0.8 to 0.9 (#36)

### Fixed

- deps: reqsign needs time >= 0.3.6 to build (#27)

## v0.0.1 - 2022-03-17

Hello, reqsign!

### Added

- AWS Sigv4 Support

[v0.0.2]: /~https://github.com/Xuanwo/reqsign/compare/v0.0.1...v0.0.2
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ documentation = "https://docs.rs/reqsign"
edition = "2021"
license = "Apache-2.0"
name = "reqsign"
version = "0.0.1"
version = "0.0.2"

[[bench]]
harness = false
Expand Down

0 comments on commit f9f6d4a

Please sign in to comment.