Skip to content

Commit

Permalink
Updated changelog. Prepared 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Apr 7, 2019
1 parent 52884ed commit 1667287
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ matrix:
language: objective-c
env:
- secure: "fZvksctuVyyVZ4Oz6iTaFhQl+lnj4YJs3UPGu7e/S8humZxRDvOBNba1l5Ip8FekP10dKGLTL77VfmS/bjUJTJKBbFDI9RcXEnN5ZQCaGPErTyIeJ+I7Apl08pfSHyJBE22zrIboHRQi+kxedSthHaTVBHsbVMz6eNyYA8Q4qAvx0IoWkKZ5vULKzqwlXpA13sQ5l4nJ34Aq8wJrzAe/y0vGmwKyrP4RxsEpmYIfbjqnxVfYgRMP+GUgkKBwnYYamTEE8zCiXV6d6QDFWPSo3Ay8SWd5RvjqjsXI5POP77sPikizd+Tqd7fNiHM0ImimbuqiWTsxRWiEYFpep0Xy3WGNeyTpzh/RkZhPwUPNLBr+OE+ZsfDcQHyexsyIqE7GZN0fRaC7zTvNjv6ZBo4qp3aTXLZbMw0wPCQBkjh4k+9hJRbrlJd3v9VKZHCkXCxU43ikTWFrPnqYbUEbYNqyjDL6voCYWHWytHOiKsxcCa2X6ju8XB3uWZA0+jxBkCuJhqIFFpYM7H//Eqtd46YEO5nHDf00ivNMdg/KGPFFuJJnHdcqow+wcrHTrtWMoYk0q6RgJ+3LvqKhJ9CxxEWutNJnMBizF+jbKWX5g3PwHEiA595Zh5mnRLLdTMh/3u7R2/Lp0yKG763+bdXNPXxoLuR9bw7rUM9+AfNWloxmiCg="
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
before_deploy:
- carthage build --no-skip-current
- carthage archive $MODULE_NAME
- pod trunk push CrossroadRegex.podspec --allow-warnings
deploy:
provider: releases
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* v1.2.0
* Support of Swift 5
* Support of Grapheme Clusters (emojis, arabic languages, etc.)
* v1.1.0
* Support of Swift 4
* Added subscript access for groups (via Match groups property)
Expand Down
2 changes: 1 addition & 1 deletion CrossroadRegex.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CrossroadRegex'
s.version = '1.1.0'
s.version = '1.2.0'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.summary = 'Easy, portable and feature-rich Regular Expressions for Swift'
s.homepage = 'https://github.com/crossroadlabs/Regex'
Expand Down

0 comments on commit 1667287

Please sign in to comment.