Skip to content

Commit

Permalink
Merge branch 'release/1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
woin2ee committed Nov 25, 2023
2 parents 9c38bf7 + 5678194 commit 0ca70ad
Show file tree
Hide file tree
Showing 146 changed files with 1,911 additions and 1,016 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# branches:
# - main
tags:
- 'v*.*.*'
- '*.*.*'

jobs:
create_new_release:
Expand All @@ -20,4 +20,4 @@ jobs:
- name: Create Release
uses: ncipollo/[email protected]
with:
bodyFile: "Changelog/$CURRENT_TAG.md"
bodyFile: "Changelog/${CURRENT_TAG}.md"
8 changes: 4 additions & 4 deletions .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "c04f5e401a1ec682e6b08b1ee157e19a0f834a5f",
"version" : "13.17.1"
"revision" : "c569bec4d04da84030d94f376437bc4efda3686b",
"version" : "13.23.1"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift.git",
"state" : {
"revision" : "330a239712af77a3b0926b9ffa9582302a0b9923",
"version" : "10.42.1"
"revision" : "fd199ce07edb4db69e862f74151b95602aad3b43",
"version" : "10.44.0"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ included:
- Tuist/ProjectDescriptionHelpers/Extensions/*.swift

excluded:
- Tests/DataDriverUnitTests/UserDefaults/UserSettingsRepositoryTests.swift.plist
- Tests/DataDriverUnitTests/UserDefaults/WCUserDefaultsTests.swift.plist
- Tests/DataDriverTests/UserDefaults/UserSettingsRepositoryTests.swift.plist
- Tests/DataDriverTests/UserDefaults/WCUserDefaultsTests.swift.plist
5 changes: 5 additions & 0 deletions Changelog/v1.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Features
- Set title to match current language settings.

## Fixed
- Fix memory leak
Loading

0 comments on commit 0ca70ad

Please sign in to comment.