diff --git a/CHANGELOG.md b/CHANGELOG.md index dad01c0..3ed7b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.0...HEAD) +#### [Unreleased](https://github.com/i18nhero/cli/compare/v0.0.1...HEAD) +#### [v0.0.1](https://github.com/i18nhero/cli/compare/v0.0.0...v0.0.1) + +> 10 November 2024 + +- chore: prepare v0.0.1 release [`#75`](https://github.com/i18nhero/cli/pull/75) - build(deps): bump url from 2.5.2 to 2.5.3 [`#74`](https://github.com/i18nhero/cli/pull/74) - build(deps): bump clap_complete from 4.5.36 to 4.5.37 [`#76`](https://github.com/i18nhero/cli/pull/76) - build(deps): bump tokio from 1.41.0 to 1.41.1 [`#75`](https://github.com/i18nhero/cli/pull/75) @@ -17,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - build(deps): bump serde from 1.0.213 to 1.0.214 [`#67`](https://github.com/i18nhero/cli/pull/67) - build(deps): bump reqwest from 0.12.8 to 0.12.9 [`#68`](https://github.com/i18nhero/cli/pull/68) - build(deps): bump clap_complete from 4.5.35 to 4.5.36 [`#69`](https://github.com/i18nhero/cli/pull/69) +- build(deps): bump sub dependencies [`158b302`](https://github.com/i18nhero/cli/commit/158b302587fddadf2e8c11aefbbdde0e0027413e) - chore: bump version to v0.0.1-dev [`7fd6548`](https://github.com/i18nhero/cli/commit/7fd6548ddd9571314899ca999b1967880a69a4ae) #### v0.0.0 diff --git a/Cargo.lock b/Cargo.lock index cb00873..e1179ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -671,7 +671,7 @@ dependencies = [ [[package]] name = "i18nhero" -version = "0.0.1-dev" +version = "0.0.1" dependencies = [ "bytes", "clap", @@ -697,7 +697,7 @@ dependencies = [ [[package]] name = "i18nhero-codegen" -version = "0.0.1-dev" +version = "0.0.1" dependencies = [ "anyhow", "i18nhero", diff --git a/Cargo.toml b/Cargo.toml index f155160..dd83229 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["packages/i18nhero", "packages/i18nhero-codegen"] resolver = "2" [workspace.package] -version = "0.0.1-dev" +version = "0.0.1" authors = ["Mads Hougesen "] edition = "2021" license = "MIT" @@ -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.1-dev" } +i18nhero = { path = "packages/i18nhero", version = "0.0.1" } json_comments = "0.2.2" regex = "1.11.1" reqwest = { version = "0.12.9", default-features = false, features = [ diff --git a/README.md b/README.md index a2c9d74..42800d0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This tool allows you to manage your [i18nhero](https://i18nhero.com) locale file ``` -i18nhero 0.0.1-dev +i18nhero 0.0.1 CLI tool for interacting with locales hosted on i18nhero.com Usage: i18nhero diff --git a/schemas/v0.0.1-dev/i18nhero.schema.json b/schemas/v0.0.1/i18nhero.schema.json similarity index 97% rename from schemas/v0.0.1-dev/i18nhero.schema.json rename to schemas/v0.0.1/i18nhero.schema.json index 3c4ebda..f0b6e91 100644 --- a/schemas/v0.0.1-dev/i18nhero.schema.json +++ b/schemas/v0.0.1/i18nhero.schema.json @@ -5,7 +5,7 @@ "required": ["output", "project_id"], "properties": { "$schema": { - "default": "https://raw.githubusercontent.com/i18nhero/cli/main/schemas/v0.0.1-dev/i18nhero.schema.json", + "default": "https://raw.githubusercontent.com/i18nhero/cli/main/schemas/v0.0.1/i18nhero.schema.json", "type": "string" }, "output": {