Skip to content

Commit 16fdd35

Browse files
committed
Bump version to 1.0.0-rc.1 and update the changelog
1 parent eea0a04 commit 16fdd35

3 files changed

Lines changed: 6 additions & 6 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.0-rc.1] — July 23rd, 2026
88

99
### Added
1010

README.md

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

60-
The skill source lives in [skills/localize](https://github.com/elixir-localize/localize/blob/v1.0.0-rc.0/skills/localize/SKILL.md).
60+
The skill source lives in [skills/localize](https://github.com/elixir-localize/localize/blob/v1.0.0-rc.1/skills/localize/SKILL.md).
6161

6262
## MCP server
6363

@@ -76,7 +76,7 @@ Add `localize` to your dependencies in `mix.exs`. Note that a release-candidate
7676
```elixir
7777
def deps do
7878
[
79-
{:localize, "~> 1.0.0-rc.0"}
79+
{:localize, "~> 1.0.0-rc.1"}
8080
]
8181
end
8282
```
@@ -86,7 +86,7 @@ On OTP 26 only:
8686
```elixir
8787
def deps do
8888
[
89-
{:localize, "~> 1.0.0-rc.0"},
89+
{:localize, "~> 1.0.0-rc.1"},
9090
{:json_polyfill, "~> 0.2 or ~> 1.0"}
9191
]
9292
end
@@ -327,4 +327,4 @@ Localize is the core CLDR-backed formatting and validation library. The followin
327327

328328
## License
329329

330-
Apache License 2.0. See the [LICENSE](https://github.com/elixir-localize/localize/blob/v1.0.0-rc.0/LICENSE.md) file for details.
330+
Apache License 2.0. See the [LICENSE](https://github.com/elixir-localize/localize/blob/v1.0.0-rc.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-rc.0"
4+
@version "1.0.0-rc.1"
55
@cldr_version_path "priv/localize/version"
66
@localize_patch_version_path "priv/localize/localize_patch_version"
77

0 commit comments

Comments
 (0)