Skip to content

Commit

Permalink
Merge pull request #20 from faberNovel/release/v1.4.0
Browse files Browse the repository at this point in the history
Bump version to 1.4.0
  • Loading branch information
felginep authored Sep 15, 2022
2 parents 78601e1 + ccd8d1f commit 3e2c88e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

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).

## [UNRELEASE]

- Add support for Ruby 3.x ([#16](https://github.com/faberNovel/ad_licenselint/pull/16))
## [1.3.0] - 2022-09-15

### Added

- Add support for Ruby 3.x ([#16](https://github.com/faberNovel/ad_licenselint/pull/16) by [lucas-giaco](https://github.com/lucas-giaco))

## [1.3.0] - 2021-09-02

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ad_licenselint (1.3.0)
ad_licenselint (1.4.0)
cocoapods (~> 1.9)
colorize (~> 0.8)
terminal-table (~> 1.8)
Expand All @@ -11,7 +11,7 @@ GEM
specs:
CFPropertyList (3.0.5)
rexml
activesupport (6.1.6.1)
activesupport (6.1.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down
2 changes: 1 addition & 1 deletion ad_licenselint.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ad_licenselint'
s.version = '1.3.0'
s.version = '1.4.0'
s.executables << 'ad_licenselint'
s.date = '2020-08-04'
s.summary = "Lint the licenses for iOS projects"
Expand Down
4 changes: 2 additions & 2 deletions fastlane-plugin-ad_licenselint/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
fastlane-plugin-ad_licenselint (1.1.1)
ad_licenselint (~> 1.1)
ad_licenselint (~> 1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -290,4 +290,4 @@ DEPENDENCIES
simplecov

BUNDLED WITH
2.1.4
2.3.22

0 comments on commit 3e2c88e

Please sign in to comment.