Skip to content

Commit edaffc6

Browse files
chore(main): release git-sync-tauri 0.2.1 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43c8756 commit edaffc6

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.1](https://github.com/cognitoforms/git-sync/compare/git-sync-tauri-v0.2.0...git-sync-tauri-v0.2.1) (2026-04-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **windows:** suppress console window for git child processes ([#4](https://github.com/cognitoforms/git-sync/issues/4)) ([28040dc](https://github.com/cognitoforms/git-sync/commit/28040dccc4e2b20130840493f557b4f4b6289fda))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "git-sync-tauri",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-sync-tauri"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Git Sync desktop app (Tauri)"
55
edition = "2021"
66

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Git Sync",
4-
"version": "0.1.0",
4+
"version": "0.2.1",
55
"identifier": "com.cognitoforms.git-sync",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)