Skip to content

Commit

Permalink
Merge pull request #56 from faberNovel/release/v12.1.1
Browse files Browse the repository at this point in the history
Release 12.1.1
  • Loading branch information
alexandre-pod authored Feb 23, 2024
2 parents 0e6b819 + 71ba363 commit 4dde82c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
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

0 comments on commit 4dde82c

Please sign in to comment.