Skip to content

Commit 73ad285

Browse files
committed
chore: release 1.2.7-alpha
1 parent 0f29ebb commit 73ad285

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
1111
}else {
1212
FFIbinaryTarget = .binaryTarget(
1313
name: "LoroFFI",
14-
url: "https://github.com/loro-dev/loro-swift/releases/download/1.1.3/loroFFI.xcframework.zip",
15-
checksum: "354ece5ad8825e1c74d88ea59429d8508576b8eca1e4b9ab3d2f7506f7541846"
14+
url: "https://github.com/loro-dev/loro-swift/releases/download/1.2.7-alpha/loroFFI.xcframework.zip",
15+
checksum: "9cd49c6019c54deeed185ac0903c5497417faf03e8c0d0a8feccf2a97c9d2002"
1616
)
1717
}
1818

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ our [Discord](https://discord.gg/tUsBSVfqzf) community.
2020

2121
## TODO
2222

23-
- [x] `LoroDoc` export and import
24-
- [x] `List`/`Map`/`Text`/`Tree`/`MovableList`/`Counter` Container
25-
- [x] Checkout
26-
- [x] Subscribe Event
27-
- [x] UndoManager
28-
- [x] Bindings for all types in Loro
29-
- [ ] Tests
30-
- [ ] Benchmarks
23+
- [x] `LoroDoc` export and import
24+
- [x] `List`/`Map`/`Text`/`Tree`/`MovableList`/`Counter` Container
25+
- [x] Checkout
26+
- [x] Subscribe Event
27+
- [x] UndoManager
28+
- [x] Bindings for all types in Loro
29+
- [ ] Tests
30+
- [ ] Benchmarks
3131

3232
## Usage
3333

@@ -39,7 +39,7 @@ let package = Package(
3939
products: [......],
4040
dependencies:[
4141
...,
42-
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.1.3")
42+
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.2.7-alpha")
4343
],
4444
targets:[
4545
.executableTarget(
@@ -102,5 +102,5 @@ The script will run `uniffi` and generate the `loroFFI.xcframework.zip`.
102102

103103
# Credits
104104

105-
- [Automerge-swift](https://github.com/automerge/automerge-swift): `loro-swift`
106-
uses many of `automerge-swift`'s scripts for building and CI.
105+
- [Automerge-swift](https://github.com/automerge/automerge-swift): `loro-swift`
106+
uses many of `automerge-swift`'s scripts for building and CI.

loro-rs/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

loro-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "loro-swift"
3-
version = "1.1.3"
3+
version = "1.2.7-alpha"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)