Skip to content

Commit 14d6c60

Browse files
committed
chore: prepare 0.3 release
- add Cargo.lock - update Changelog - bump version to 0.3 Signed-off-by: Lachezar Lechev <[email protected]>
1 parent 9e4cdda commit 14d6c60

File tree

4 files changed

+539
-4
lines changed

4 files changed

+539
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/target
2-
/Cargo.lock

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
## [0.3.0] - 2023-11-06
17+
18+
### Added
19+
1220
- `#[cfg_attr(docsrs, doc(cfg(feature = "alloc")))]` in `lib.rs` for `canvas` module.
1321

1422
### Changed
23+
- Updated dependencies: `[email protected]` `[email protected]` & dev-dependency `[email protected]` - [PR #11](https://github.com/LechevSpace/embedded-canvas/pull/11)
24+
- Bumped MSRV from 1.56 to 1.71 [PR #12](https://github.com/LechevSpace/embedded-canvas/pull/12)
1525

1626
### Removed
1727

@@ -55,7 +65,8 @@ This first release is `no_std` but requires `alloc` for embedded devices.
5565
**Full Changelog**: https://github.com/LechevSpace/embedded-canvas/commits/v0.1.0
5666

5767

58-
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...HEAD
68+
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...HEAD
69+
[0.3.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...v0.3.0
5970
[0.2.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.1...v0.2.0
6071
[0.1.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.1...v0.1.2
6172
[0.1.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)