Skip to content

Commit

Permalink
chore: prepare v0.0.2 release (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Nov 12, 2024
1 parent 81bde05 commit 4640fe1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/i18nhero/cli/compare/v0.0.1...HEAD)
#### [Unreleased](https://github.com/i18nhero/cli/compare/v0.0.2...HEAD)

#### [v0.0.2](https://github.com/i18nhero/cli/compare/v0.0.1...v0.0.2)

- chore: prepare v0.0.2 release [`#81`](https://github.com/i18nhero/cli/pull/81)
- refactor: use new public api [`#80`](https://github.com/i18nhero/cli/pull/80)
- chore: bump package version to v0.0.2-dev [`#79`](https://github.com/i18nhero/cli/pull/79)
- refactor: use new public api [`05d1afd`](https://github.com/i18nhero/cli/commit/05d1afda229797809f05eaac8cfb97810ec53413)

#### [v0.0.1](https://github.com/i18nhero/cli/compare/v0.0.0...v0.0.1)

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["packages/i18nhero", "packages/i18nhero-codegen"]
resolver = "2"

[workspace.package]
version = "0.0.2-dev"
version = "0.0.2"
authors = ["Mads Hougesen <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -38,7 +38,7 @@ dirs = { version = "5.0.1" }
git2 = { version = "0.19.0", default-features = false, features = [
"vendored-libgit2",
] }
i18nhero = { path = "packages/i18nhero", version = "0.0.2-dev" }
i18nhero = { path = "packages/i18nhero", version = "0.0.2" }
json_comments = "0.2.2"
regex = "1.11.1"
reqwest = { version = "0.12.9", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This tool allows you to manage your [i18nhero](https://i18nhero.com) locale file
<!-- START_SECTION:base-command-help -->

```
i18nhero 0.0.2-dev
i18nhero 0.0.2
CLI tool for interacting with locales hosted on i18nhero.com
Usage: i18nhero <COMMAND>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"required": ["output", "project_id"],
"properties": {
"$schema": {
"default": "https://raw.githubusercontent.com/i18nhero/cli/main/schemas/v0.0.2-dev/i18nhero.schema.json",
"default": "https://raw.githubusercontent.com/i18nhero/cli/main/schemas/v0.0.2/i18nhero.schema.json",
"type": "string"
},
"output": {
Expand Down

0 comments on commit 4640fe1

Please sign in to comment.