Skip to content

Commit 3e6af5f

Browse files
authored
Prepare release 0.5.4 (#46)
* Prepare release 0.5.4 * Update podspec * Update CHANGELOG
1 parent 04dd4f2 commit 3e6af5f

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.5.2...HEAD)
7+
## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.5.4...HEAD)
8+
9+
## [0.5.4](https://github.com/pusher/NWWebSocket/compare/0.5.3...0.5.4) - 2023-12-15
10+
11+
### Fixed
12+
13+
- Fix reconnection loop [#44]
814

915
## [0.5.3](https://github.com/pusher/NWWebSocket/compare/0.5.2...0.5.3) - 2023-04-04
1016

NWWebSocket.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'NWWebSocket'
3-
s.version = '0.5.3'
3+
s.version = '0.5.4'
44
s.summary = 'A WebSocket client written in Swift, using the Network framework from Apple'
55
s.homepage = 'https://github.com/pusher/NWWebSocket'
66
s.license = 'MIT'

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ source 'https://github.com/CocoaPods/Specs.git'
4848
platform :ios, '14.0'
4949
use_frameworks!
5050

51-
pod 'NWWebSocket', '~> 0.5.3'
51+
pod 'NWWebSocket', '~> 0.5.4'
5252
```
5353

5454
Then, run the following command:
@@ -90,7 +90,7 @@ let package = Package(
9090
],
9191
dependencies: [
9292
.package(url: "https://github.com/pusher/NWWebSocket.git",
93-
.upToNextMajor(from: "0.5.3")),
93+
.upToNextMajor(from: "0.5.4")),
9494
],
9595
targets: [
9696
.target(

0 commit comments

Comments
 (0)