Skip to content

Commit

Permalink
Prepare 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Feb 19, 2022
1 parent c6a88e6 commit 4e1d813
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

...

## [0.3.0] - 2022-02-19
### Changed
- [breaking-change] Extract the `datetime()` and `set_datetime()` methods into a
separate `DateTimeAccess` trait and recommend using only that trait.
- [breaking-change] Remove `get_` from all method names to comply with the Rust API guidelines.

## [0.2.1] - 2021-06-05

### Changed
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtcc"
version = "0.2.1" # remember to update html_root_url
version = "0.3.0"
authors = ["Diego Barrios Romero <[email protected]>"]
repository = "https://github.com/eldruin/rtcc-rs"
license = "MIT OR Apache-2.0"
Expand All @@ -18,6 +18,7 @@ include = [
"/LICENSE-MIT",
"/LICENSE-APACHE",
]
edition = "2018"

[dependencies]
chrono = { version = "0.4.19", default-features = false }
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2019-2021 Diego Barrios Romero
Copyright (C) 2019-2022 Diego Barrios Romero

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down

0 comments on commit 4e1d813

Please sign in to comment.