Skip to content

Commit 6068fc8

Browse files
committed
chore: bump version to 0.13.2-beta.3 and update release notes
1 parent 32c51df commit 6068fc8

7 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
### Fixed
2929

3030
- Connection error handling with firewall hint for proxy mode failures
31+
- harden shutdown/cleanup flow and add DNS timing logs
3132
- Proxy memory handling with buffer size limits and better stanza extraction
3233
- Reconnection logic and login display optimizations
3334
- Connection error message formatting

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## What's New in v0.13.2-beta.2
1+
## What's New in v0.13.2-beta.3
22

33
### Added
44

@@ -21,6 +21,7 @@
2121
### Fixed
2222

2323
- Connection error handling with firewall hint for proxy mode failures
24+
- harden shutdown/cleanup flow and add DNS timing logs
2425
- Proxy memory handling with buffer size limits and better stanza extraction
2526
- Reconnection logic and login display optimizations
2627
- Connection error message formatting

apps/fluux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmpp/fluux",
3-
"version": "0.13.2-beta.2",
3+
"version": "0.13.2-beta.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/fluux/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
],
5959
"macOS": {
6060
"minimumSystemVersion": "10.13",
61-
"bundleVersion": "8f36aa5",
61+
"bundleVersion": "32c51df",
6262
"entitlements": "Entitlements.plist",
6363
"signingIdentity": null
6464
},

apps/fluux/src/data/changelog.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const changelog: ChangelogEntry[] = [
4343
type: 'fixed',
4444
items: [
4545
'Connection error handling with firewall hint for proxy mode failures',
46+
'harden shutdown/cleanup flow and add DNS timing logs',
4647
'Proxy memory handling with buffer size limits and better stanza extraction',
4748
'Reconnection logic and login display optimizations',
4849
'Connection error message formatting',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fluux",
33
"private": true,
44
"license": "AGPL-3.0-or-later",
5-
"version": "0.13.2-beta.2",
5+
"version": "0.13.2-beta.3",
66
"type": "module",
77
"workspaces": [
88
"packages/*",

packages/fluux-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluux/sdk",
3-
"version": "0.13.2-beta.2",
3+
"version": "0.13.2-beta.3",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)