Skip to content

Commit

Permalink
Update tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya committed May 30, 2022
1 parent 2a2dab5 commit 730db70
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.24] - 2022-05-30
### Changed
- Обновил SwiftFormat до 0.49.9
- Обновил версию swift для SwiftFormat до 5.5
- Обновил SwiftLint 0.47.1
- Обновил XCodeGen 2.29.0
- Обновил SwiftGen 6.5.1
- SwiftFormat теперь удаляет заголовки у файлов

## [1.2.23] - 2021-09-11
### Changed
- Обновил SwiftLint до 0.44.0 версии
Expand Down
4 changes: 2 additions & 2 deletions {{ cookiecutter.name }}/.swiftformat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--swiftversion 5.3
--header "\n{{ cookiecutter.name }}\nCopyright © {created.year} {{ cookiecutter.organization }}. All rights reserved.\n//"
--swiftversion 5.5
--header strip
--exclude **/Generated
--maxwidth 140
--wraparguments before-first
Expand Down
8 changes: 4 additions & 4 deletions {{ cookiecutter.name }}/Mintfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Nonchalant/AppIcon@1.0.5
nicklockwood/SwiftFormat@0.48.11
realm/swiftlint@0.44.0
swiftgen/swiftgen@6.4.0
yonaskolb/XcodeGen@2.13.1
nicklockwood/SwiftFormat@0.49.9
realm/swiftlint@0.47.1
swiftgen/swiftgen@6.5.1
yonaskolb/XcodeGen@2.29.0

0 comments on commit 730db70

Please sign in to comment.