Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(create-farm): release v0.1.6
Browse files Browse the repository at this point in the history
github-actions[bot] authored Jan 10, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b34e60f commit 654c0cb
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
@@ -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
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"
2 changes: 1 addition & 1 deletion packages/create-farm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 654c0cb

Please sign in to comment.