Skip to content

Commit 6f378fa

Browse files
author
Stream Bot
committed
Bump 0.1.0
1 parent 79c7d78 commit 6f378fa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
# Upcoming
66

7+
### 🔄 Changed
8+
9+
# [0.1.0](https://github.com/GetStream/stream-feeds-swift/releases/tag/0.1.0)
10+
_July 18, 2025_
11+
712
### ✅ Added
813

914
First alpha version of the iOS Feeds SDK, with the following features:

Sources/StreamFeeds/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.0.5</string>
18+
<string>0.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

Sources/StreamFeeds/Utils/SystemEnvironment+Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import Foundation
66

77
extension SystemEnvironment {
88
/// A Stream Feeds version.
9-
public static let version: String = "0.1.0-SNAPSHOT"
9+
public static let version: String = "0.1.0"
1010
}

0 commit comments

Comments
 (0)