Skip to content

Commit

Permalink
chore(create-farm): release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
1 parent b34e60f commit 1bf5fdf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 6 additions & 0 deletions crates/create-farm-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6](https://github.com/farm-fe/farm/compare/create-farm-v0.1.5...create-farm-v0.1.6) - 2025-01-10

### Added

- *(create)* add support for tauri 2 (#2001)

## [0.1.5](https://github.com/farm-fe/farm/compare/create-farm-v0.1.4...create-farm-v0.1.5) - 2025-01-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/create-farm-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "create-farm"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["Erkelost"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-farm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ napi = { version = "2.15.2", default-features = false, features = [
"serde-json",
] }
napi-derive = "2.15.2"
create-farm = { version = "0.1.5", path = "../../crates/create-farm-rs" }
create-farm = { version = "0.1.6", path = "../../crates/create-farm-rs" }

[build-dependencies]
napi-build = "2.0.1"

0 comments on commit 1bf5fdf

Please sign in to comment.