Skip to content

Commit fc9b850

Browse files
committed
Add version 1.0.2
1 parent 959b91a commit fc9b850

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes are documented in this file. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5+
## [1.0.2] - 2021-07-22
6+
7+
### Added
8+
9+
- Support for watchOS ARM 32-bit, including the Apple Watch Series 3, still supported by watchOS 7
10+
- Support for Linux ARM 64-bit, including the Raspberry Pi 4
11+
512
## [1.0.1] - 2021-05-18
613

714
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kotlin {
4444
sourceSets {
4545
val commonMain by getting {
4646
dependencies {
47-
implementation("com.doist.x:normalize:1.0.1")
47+
implementation("com.doist.x:normalize:1.0.2")
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)