Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Dec 7, 2024
1 parent 352d3ee commit 9215fac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.2.2

Released 2024-12-07

- Merge pull request #12 from skiptools/fix-removeLast
- Change mutableList.removeLast() to mutableList.removeLast() due to compileSDK 35 issue
- Add testRemoveLast()

## 1.0.0

Released 2024-08-15
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let package = Package(
.library(name: "SkipLib", targets: ["SkipLib"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "1.0.0"),
.package(url: "https://source.skip.tools/skip-unit.git", from: "1.0.0"),
.package(url: "https://source.skip.tools/skip.git", from: "1.2.5"),
.package(url: "https://source.skip.tools/skip-unit.git", from: "1.1.0"),
],
targets: [
.target(name: "SkipLib", dependencies: [.product(name: "SkipUnit", package: "skip-unit")], plugins: [.plugin(name: "skipstone", package: "skip")]),
Expand Down

0 comments on commit 9215fac

Please sign in to comment.