Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 12.1.1 #56

Merged
merged 3 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ADUtils.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ADUtils'
spec.version = '12.1.0'
spec.version = '12.1.1'
spec.authors = 'Fabernovel'
spec.homepage = 'https://github.com/faberNovel/ADUtils'
spec.summary = 'Fabernovel\'s toolbox for iOS'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [12.1.1] - 2024-02-22

### Fixed
- Handle default system font weights for SwiftUI
- Add largeTitle style in font tests
Expand Down
5 changes: 2 additions & 3 deletions MAINTAINER.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

## How to release a version

- create & push a release branch `release/vA.B.C` -> the prepare_release action will automatically create the PR to merge this release into master.
- Update version in podfile & run pod install to update podfile
- update changelog
- create release branch `release/vA.B.C`
- run `bundle exec fastlane prepare_release`, this will update the version number in the podspec based on the release branch.
- merge PR -> the CI action will trigger a pod release and tag the commit
- once the PR is merged, merge the branch `release/vA.B.C` into master
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- ADUtils (12.1.0):
- ADUtils/objc (= 12.1.0)
- ADUtils/objc (12.1.0):
- ADUtils (12.1.1):
- ADUtils/objc (= 12.1.1)
- ADUtils/objc (12.1.1):
- ADUtils/Swift
- ADUtils/Security (12.1.0)
- ADUtils/Swift (12.1.0)
- ADUtils/Security (12.1.1)
- ADUtils/Swift (12.1.1)
- Nimble (12.0.1)
- OCMock (3.9.1)
- Quick (7.0.2)
Expand All @@ -30,7 +30,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
ADUtils: dc0a66494ee1853cb2b78476773755bd244ded7e
ADUtils: a3e9fdcfe76222dd3abfa4659ad1e8249ed16c95
Nimble: b279b3ca9e094508778aab5c76417be158d3ad04
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
Quick: efab97aca76d60be86c15daa533b2cdfbe1a74d3
Expand Down
Loading