Skip to content

Commit

Permalink
Bump version for v1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmartin committed Jan 9, 2022
1 parent dc982cc commit 800fbfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

Nothing.

## [1.8.0] - 2022-01-09
### Added
- Remove deprecation warning for `inline_svg`, as we intend to keep it in 2.0. [#131](https://github.com/jamesmartin/inline_svg/pull/131). Thanks [@DanielJackson-Oslo](https://github.com/DanielJackson-Oslo)
- Add support for Webpacker 6 beta. [#129](https://github.com/jamesmartin/inline_svg/pull/129). Thanks [@Intrepidd](https://github.com/Intrepidd) and [@tessi](https://github.com/tessi)
Expand All @@ -26,7 +29,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Using Webpacker and Asset Pipeline in a single App could result in SVGs not being found because the wrong `AssetFinder` was used. [#114](https://github.com/jamesmartin/inline_svg/pull/114). Thanks, [@kylefox](https://github.com/kylefox)
- Prevent "EOFError error" when using webpack dev server over HTTPS [#113](https://github.com/jamesmartin/inline_svg/pull/113). Thanks, [@kylefox](https://github.com/kylefox)


## [1.6.0] - 2019-11-13
### Added
- Support Webpack via the new `inline_svg_pack_tag` helper and deprecate `inline_svg` helper in preparation for v2.0.
Expand Down Expand Up @@ -242,7 +244,8 @@ transformations](https://github.com/jamesmartin/inline_svg/blob/master/README.md
### Added
- Basic Railtie and view helper to inline SVG documents to Rails views.

[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.7.2...HEAD
[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/jamesmartin/inline_svg/compare/v1.7.2...v1.8.0
[1.7.2]: https://github.com/jamesmartin/inline_svg/compare/v1.7.1...v1.7.2
[1.7.1]: https://github.com/jamesmartin/inline_svg/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/jamesmartin/inline_svg/compare/v1.6.0...v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion lib/inline_svg/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InlineSvg
VERSION = "1.7.2"
VERSION = "1.8.0"
end

0 comments on commit 800fbfd

Please sign in to comment.