Skip to content

Commit 2963ba4

Browse files
authored
Bump 0.4.5 (#75)
1 parent b9285d0 commit 2963ba4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.5] - 2025-09-09
8+
- Fixed: Standard-compliant parsing of Content-Type header, 'allowing application/json; charset=utf-8' and variations.
9+
710
## [0.4.4] - 2024-12-05
811
- Changed: Differentiate cache also by data provided (e.g. domain filter for states)
912

HAKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'HAKit'
3-
s.version = '0.4.4'
3+
s.version = '0.4.5'
44
s.summary = 'Communicate with a Home Assistant instance.'
55
s.author = 'Home Assistant'
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ This library contains optional additions for use with PromiseKit. See the [sourc
207207
To install the library, either add it as a dependency in a `Package.swift` like:
208208

209209
```swift
210-
.package(url: "https://github.com/home-assistant/HAKit", from: Version(0, 4, 2))
210+
.package(url: "https://github.com/home-assistant/HAKit", from: Version(0, 4, 5))
211211
```
212212

213213
To add it to an Xcode project, you can do this by adding the URL to File > Swift Packages > Add Package Dependency. You will find a few targets available:
@@ -220,7 +220,7 @@ To add it to an Xcode project, you can do this by adding the URL to File > Swift
220220
Add the following line to your Podfile:
221221

222222
```ruby
223-
pod "HAKit", "~> 0.4.4"
223+
pod "HAKit", "~> 0.4.5"
224224
# We are working from a fork of Starscream due to a necessary fix, please specify in your podfile
225225
pod 'Starscream', git: 'https://github.com/bgoncal/starscream', branch: 'ha-URLSession-fix'
226226
# pod "HAKit/PromiseKit" # optional, for PromiseKit support

0 commit comments

Comments
 (0)