Skip to content

Commit 3134dd8

Browse files
committed
Add version 1.0.5
1 parent cd00cf8 commit 3134dd8

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ All notable changes are documented in this file. The format follows [Keep a Chan
44

55
## [Unreleased]
66

7+
## [1.0.5] - 2023-04-22
8+
9+
### Fixed
10+
11+
- Fix normalization being truncated on Windows in some cases
12+
713
## [1.0.4] - 2021-12-13
814

915
### Added
1016

1117
- Support for macOS ARM 64-bit
12-
- Support for targetting Apple simulators on macOS ARM 64-bit
18+
- Support for targeting Apple simulators on macOS ARM 64-bit
1319

1420
## [1.0.3] - 2021-07-22
1521

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.3")
47+
implementation("com.doist.x:normalize:1.0.5")
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)