Skip to content

Commit ce906da

Browse files
chore(release): 0.17.0 [skip ci]
## [0.17.0](v0.16.1...v0.17.0) (2026-04-13) ### Features * implement pull overwrite handling and enhance status messaging ([259b778](259b778))
1 parent 259b778 commit ce906da

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.17.0](https://github.com/flamacore/UniGit/compare/v0.16.1...v0.17.0) (2026-04-13)
2+
3+
### Features
4+
5+
* implement pull overwrite handling and enhance status messaging ([259b778](https://github.com/flamacore/UniGit/commit/259b7785268d91e7fdc8812dba959d77bef75775))
6+
17
## [0.16.1](https://github.com/flamacore/UniGit/compare/v0.16.0...v0.16.1) (2026-03-27)
28

39
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unigit",
33
"private": true,
4-
"version": "0.16.1",
4+
"version": "0.17.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host 0.0.0.0 --port 1420",

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 = "unigit"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
description = "A premium desktop Git client for game-development workflows."
55
authors = ["GitHub Copilot"]
66
edition = "2021"

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": "UniGit",
4-
"version": "0.16.1",
4+
"version": "0.17.0",
55
"identifier": "com.unigit.desktop",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)