Skip to content

Commit

Permalink
Add version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva committed Apr 22, 2023
1 parent cd00cf8 commit 3134dd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ All notable changes are documented in this file. The format follows [Keep a Chan

## [Unreleased]

## [1.0.5] - 2023-04-22

### Fixed

- Fix normalization being truncated on Windows in some cases

## [1.0.4] - 2021-12-13

### Added

- Support for macOS ARM 64-bit
- Support for targetting Apple simulators on macOS ARM 64-bit
- Support for targeting Apple simulators on macOS ARM 64-bit

## [1.0.3] - 2021-07-22

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.doist.x:normalize:1.0.3")
implementation("com.doist.x:normalize:1.0.5")
}
}
}
Expand Down

0 comments on commit 3134dd8

Please sign in to comment.