Skip to content

Commit 6a38988

Browse files
Merge pull request #94 from ably/release/0.2.0
Release version 0.2.0
2 parents 83db1f4 + 601a651 commit 6a38988

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [0.2.0](https://github.com/ably/ably-liveobjects-swift-plugin/tree/0.2.0)
4+
5+
## What's Changed
6+
7+
- Fixes an issue with SPM dependency specification that caused compliation errors. ([#93](https://github.com/ably/ably-liveobjects-swift-plugin/issues/93))
8+
- Changes `JSONValue`'s `number` associated value from `NSNumber` to `Double`. ([#91](https://github.com/ably/ably-liveobjects-swift-plugin/pull/91))
9+
10+
**Full Changelog**: https://github.com/ably/ably-liveobjects-swift-plugin/compare/0.1.0...0.2.0
11+
312
## [0.1.0](https://github.com/ably/ably-liveobjects-swift-plugin/tree/0.1.0)
413

514
## What's New

CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ If you use edit mode, Xcode will not let you edit ably-cocoa from _within_ `./Pa
150150
For each release, the following needs to be done:
151151

152152
- Create a new branch `release/x.x.x` (where `x.x.x` is the new version number) from the `main` branch
153-
- Update the following (we have https://github.com/ably/ably-chat-swift/issues/277 for adding a script to do this):
154-
- the `version` constant in [`Sources/AblyLiveObjects/Version.swift`](Sources/AblyLiveObjects/Version.swift)
155-
- the `from: "…"` in the SPM installation instructions in [`README.md`](README.md)
156153
- Go to [Github releases](https://github.com/ably/ably-liveobjects-swift-plugin/releases) and press the `Draft a new release` button. Choose your new branch as a target
157154
- Press the `Choose a tag` dropdown and start typing a new tag, Github will suggest the `Create new tag x.x.x on publish` option. After you select it Github will unveil the `Generate release notes` button
158155
- From the newly generated changes remove everything that don't make much sense to the library user

0 commit comments

Comments
 (0)