Skip to content

Commit a8d6ecb

Browse files
committed
bump version and update changelog
1 parent 03d2736 commit a8d6ecb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.0.1] — August 2nd, 2026
88

99
### Fixed
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Localize ships a [Claude Code](https://claude.com/claude-code) skill that teache
5959
/plugin install localize@localize
6060
```
6161

62-
The skill source lives in [skills/localize](https://github.com/elixir-localize/localize/blob/v1.0.0/skills/localize/SKILL.md).
62+
The skill source lives in [skills/localize](https://github.com/elixir-localize/localize/blob/v1.0.1/skills/localize/SKILL.md).
6363

6464
## MCP server
6565

@@ -364,4 +364,4 @@ Locale-aware Phoenix LiveView inputs, so a user can enter a value under their ow
364364

365365
## License
366366

367-
Apache License 2.0. See the [LICENSE](https://github.com/elixir-localize/localize/blob/v1.0.0/LICENSE.md) file for details.
367+
Apache License 2.0. See the [LICENSE](https://github.com/elixir-localize/localize/blob/v1.0.1/LICENSE.md) file for details.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Localize.MixProject do
22
use Mix.Project
33

4-
@version "1.0.0"
4+
@version "1.0.1"
55
@cldr_version_path "priv/localize/version"
66
@localize_patch_version_path "priv/localize/localize_patch_version"
77

0 commit comments

Comments
 (0)