Skip to content

Commit 083c91d

Browse files
committed
chore: prep 0.3.0 release
1 parent 37dcaf7 commit 083c91d

6 files changed

Lines changed: 21 additions & 5 deletions

File tree

.github/workflows/URLSessionExtension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929

3030
jobs:
3131
test:
32-
name: Run tests
32+
name: Run tests on ${{ matrix.platform }}
3333
runs-on: macOS-latest
3434
strategy:
3535
matrix:

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828
contents: read
2929
jobs:
3030
test:
31-
name: Run example tests
31+
name: Run tests on ${{ matrix.platform }}
3232
runs-on: macOS-latest
3333
strategy:
3434
matrix:

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Changelog
2+
3+
**0.3.0**
4+
5+
- Renamed `Blok` to `Block` throughout the Rich Text View for consistency. Deprecated `Blok` typealiases and delegate methods are provided for backward compatibility.
6+
- Removed a redundant `Story` initializer.
7+
8+
**0.2.0**
9+
10+
- Initial release of the Storyblok Client
11+
- Initial release of the Rich Text View
12+
- Added JetNews sample app
13+
14+
**0.1.0**
15+
16+
- Initial release of the URLSession Extension

Sources/RichTextView/RichTextView.docc/UserGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the *storyblok-swift* repository as a package to your `Package.swift` file a
1111
```swift
1212
dependencies: [
1313
14-
.package(url: "https://github.com/storyblok/storyblok-swift.git", .upToNextMajor(from: "0.2.0"))
14+
.package(url: "https://github.com/storyblok/storyblok-swift.git", .upToNextMajor(from: "0.3.0"))
1515
]
1616
targets: [
1717
.target(

Sources/StoryblokClient/StoryblokClient.docc/UserGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the *storyblok-swift* repository as a package to your `Package.swift` file a
1111
```swift
1212
dependencies: [
1313
14-
.package(url: "https://github.com/storyblok/storyblok-swift.git", .upToNextMajor(from: "0.2.0"))
14+
.package(url: "https://github.com/storyblok/storyblok-swift.git", .upToNextMajor(from: "0.3.0"))
1515
]
1616
targets: [
1717
.target(

Sources/URLSessionExtension/URLSessionExtension.docc/UserGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the *storyblok-swift* repository as a package to your `Package.swift` file a
1111
```swift
1212
dependencies: [
1313
14-
.package(url: "https://github.com/storyblok/storyblok-swift.git", .upToNextMajor(from: "0.2.0"))
14+
.package(url: "https://github.com/storyblok/storyblok-swift.git", .upToNextMajor(from: "0.3.0"))
1515
]
1616
targets: [
1717
.target(

0 commit comments

Comments
 (0)