Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare v0.0.2 release #81

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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