Skip to content

Commit e8197a6

Browse files
authored
Prepare 0.11.3 release (#61)
- bootstrap CHANGELOG
1 parent 60f37bf commit e8197a6

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
`android_logger` changelog
2+
==========================
3+
4+
All user visible changes to this project will be documented in this file. This project uses [Semantic Versioning 2.0.0].
5+
6+
7+
8+
9+
## [0.11.3] · 2022-12-20
10+
[0.11.3]: /../../tree/v0.11.3
11+
12+
[Diff](/../../compare/38186ece1056d90b8f75fd2a5eb5c860e0a1704e...v0.11.3)
13+
14+
### Fixed
15+
16+
- Broken compilation on [Android] targets. ([#59], [#58])
17+
18+
[#58]: /../../issues/58
19+
[#59]: /../../pull/59
20+
21+
22+
23+
24+
## Previous releases
25+
26+
See [Git log](/../../commits/master?after=1a5a07ec6742f0069acc2be223c1bb3b6a9d15f8+0).
27+
28+
29+
30+
31+
[Android]: https://www.android.com
32+
[Semantic Versioning 2.0.0]: https://semver.org

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "android_logger"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
authors = ["The android_logger Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)