Skip to content

Commit bac7793

Browse files
committed
chore(updater): version bump 0.2.14
1 parent 473f145 commit bac7793

6 files changed

Lines changed: 34 additions & 9 deletions

File tree

SUMRY.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
[commit]: # '6dcafdb2e46ec6cd72b9083d517b12924e707814'
1+
[commit]: # '473f145e108af9c93b7f9f6f70c49f158badd5ce'
22

33
Features:
44

55
- (ui): support joining channels not on your follow list
6-
- (ui): add sidebar channel search
76

87
Fixes:
98

10-
- (build): fix patch script
119

1210
Misc:
1311

14-
- (updater): version bump 0.2.12
15-
- (deps): update deps
12+
- (updater): version bump 0.2.13

archive/202604111541.SUMRY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[commit]: # '6dcafdb2e46ec6cd72b9083d517b12924e707814'
2+
3+
Features:
4+
5+
- (ui): support joining channels not on your follow list
6+
- (ui): add sidebar channel search
7+
8+
Fixes:
9+
10+
- (build): fix patch script
11+
12+
Misc:
13+
14+
- (updater): version bump 0.2.12
15+
- (deps): update deps

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pepo",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"private": false,
55
"scripts": {
66
"build": "pnpm run check && vite build",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
[[bin]]
2+
name = "pepo"
3+
path = "src/main.rs"
4+
5+
[[bin]]
6+
name = "gen_bindings"
7+
path = "src/bin/gen_bindings.rs"
8+
required-features = ["gen_bindings"]
9+
110
[build-dependencies]
211
[build-dependencies.tauri-build]
312
features = []
@@ -48,17 +57,21 @@ version = "~0.7.0"
4857
features = ["client"]
4958
version = "0.15.1"
5059

60+
[features]
61+
gen_bindings = []
62+
5163
[lib]
5264
crate-type = ["staticlib", "cdylib", "rlib"]
5365
name = "pepo_lib"
5466

5567
[package]
5668
authors = ["you"]
69+
autobins = false
5770
default-run = "pepo"
5871
description = "A Tauri App"
5972
edition = "2021"
6073
name = "pepo"
61-
version = "0.2.13"
74+
version = "0.2.14"
6275

6376
[profile]
6477
[profile.dev]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
}
4545
},
4646
"productName": "Pepo",
47-
"version": "0.2.13"
47+
"version": "0.2.14"
4848
}

0 commit comments

Comments
 (0)