Skip to content

Commit

Permalink
chore: prepare v0.0.1 release (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Nov 10, 2024
1 parent 158b302 commit 7bcedd8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
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.1-dev"
version = "0.0.1"
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.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 = [
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.1-dev
i18nhero 0.0.1
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.1-dev/i18nhero.schema.json",
"default": "https://raw.githubusercontent.com/i18nhero/cli/main/schemas/v0.0.1/i18nhero.schema.json",
"type": "string"
},
"output": {
Expand Down

0 comments on commit 7bcedd8

Please sign in to comment.