Skip to content

Commit

Permalink
v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Aug 29, 2023
1 parent 879b814 commit 71f1603
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

### Unreleased

### Version v1.15.0

* Fix parsing background shorthands in ruby 3.2 [#140](https://github.com/premailer/css_parser/pull/140)

### Version v1.14.0
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
css_parser (1.14.0)
css_parser (1.15.0)
addressable

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.1)
benchmark-ips (2.8.4)
Expand All @@ -19,7 +19,7 @@ GEM
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
public_suffix (5.0.1)
public_suffix (5.0.3)
rainbow (3.0.0)
rake (13.0.3)
regexp_parser (2.0.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/css_parser/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CssParser
VERSION = '1.14.0'.freeze
VERSION = '1.15.0'.freeze
end

0 comments on commit 71f1603

Please sign in to comment.