Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
chore(release): 🔖 Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes committed Jul 11, 2020
1 parent fc99c20 commit 091791d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
11 changes: 1 addition & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# Changelog

# [](https://github.com/andrewmcodes/bridgetown-inline-svg/compare/v0.0.1...v) (2020-07-11)

# (2020-07-11)

### Features

* **dependencies:** :heavy_plus_sign: Add simplecov and coveralls ([1369d37](https://github.com/andrewmcodes/bridgetown-inline-svg/commit/1369d3756d7c55ea9015e0cb1dda34723d6eff82))



## [0.0.1](https://github.com/andrewmcodes/bridgetown-inline-svg/compare/dcf77a73d7fee38fdc00dfce3b6a7f50ebd27636...v0.0.1) (2020-07-11)


### Features

* **release:** :bookmark: Bump bridgetown-inline-svg to 0.0.1 [skip ci] ([cef6587](https://github.com/andrewmcodes/bridgetown-inline-svg/commit/cef6587bd4e17f7912fd2b3ef2cafab137630af4))
* **release:** :building_construction: Update gem release command settings ([aea38c8](https://github.com/andrewmcodes/bridgetown-inline-svg/commit/aea38c8e1a4ad8e4a135aa6c09b77134df26b68f))
* :tada: Initial Commit ([dcf77a7](https://github.com/andrewmcodes/bridgetown-inline-svg/commit/dcf77a73d7fee38fdc00dfce3b6a7f50ebd27636))
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">Welcome to bridgetown-inline-svg 👋</h1>
<p>
<a href="LICENSE.txt" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
<a href="LICENSE" target="_blank">
<img alt="License: GPL-3.0" src="https://img.shields.io/github/license/andrewmcodes/bridgetown-inline-svg" />
</a>
<a href="https://badge.fury.io/rb/bridgetown-inline-svg"><img src="https://badge.fury.io/rb/bridgetown-inline-svg.svg" alt="Gem Version" height="18"></a>
<a href="https://depfu.com"><img src="https://badges.depfu.com/badges/54fe87f2b14868b7c6e69aa0322e3764/status.svg" alt="Depfu"></a>
Expand Down Expand Up @@ -131,5 +131,9 @@ This project was initially forked from [jekyll-inline-svg](https://github.com/sd

## License

Copyright © 2020 [Andrew Mason](https://github.com/andrewmason).<br />
This project is [MIT](LICENSE.txt) licensed.
Copyright © 2017-2020 [Sebastien Dumetz](https://github.com/sdumetz)
Copyright © 2020 [Andrew Mason](https://github.com/andrewmcodes)

The following code is a derivative work of the code from the [jekyll-inline-svg](https://github.com/sdumetz/jekyll-inline-svg) project, which is licensed GPLv3. This code therefore is also licensed under the terms of the GNU Public License, verison 3.

<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fandrewmcodes%2Fbridgetown-inline-svg?ref=badge_large" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Fandrewmcodes%2Fbridgetown-inline-svg.svg?type=large"/></a>
2 changes: 1 addition & 1 deletion bridgetown-inline-svg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
Supports custom DOM Attributes parameters and variables interpretation.
EOF
spec.homepage = "https://github.com/andrewmcodes/bridgetown-inline-svg"
spec.license = "MIT"
spec.license = "GPL-3.0"

spec.metadata = {
"bug_tracker_uri" => "#{spec.homepage}/issues",
Expand Down
2 changes: 1 addition & 1 deletion lib/bridgetown-inline-svg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BridgetownInlineSvg
VERSION = "0.0.1"
VERSION = "1.0.0"
end

0 comments on commit 091791d

Please sign in to comment.