Project

General

Profile

« Previous | Next » 

Revision 70440850

Added by Andrew Kofink almost 7 years ago

Fixes #19972 - Release 2.3.0

Add more authors; set email to katello main email

View differences:

hammer_cli_csv.gemspec
spec.name = "hammer_cli_csv"
spec.version = HammerCLICsv.version
spec.authors = ["Thomas McKay"]
spec.email = ["thomasmckay@redhat.com"]
spec.authors = [
"Thomas McKay",
"Eric Helms",
"Adam Price",
"Andrew Kofink",
"David Davis"
]
spec.email = ["katello@lists.fedorahosted.org"]
spec.homepage = "http://github.com/Katello/hammer-cli-csv"
spec.license = "GPL-3"
spec.license = "GPL-3.0"
spec.platform = Gem::Platform::RUBY
spec.summary = "CSV commands for Hammer"
lib/hammer_cli_csv/version.rb
module HammerCLICsv
def self.version
@version ||= Gem::Version.new('2.2.1')
@version ||= Gem::Version.new('2.3.0')
end
end
release_notes.md
Release Notes
=============
### 2.3.0 (2017-06-08)
- [f92e695](https://github.com/Katello/hammer-cli-csv/commit/f92e695) - Fixes [#19927](http://projects.theforeman.org/issues/19927) - Drop and readd rules when importing filters (2017-06-08 09:01:45 -0400) *David Davis*
- [ebb0044](https://github.com/Katello/hammer-cli-csv/commit/ebb0044) - Fixes [#19718](http://projects.theforeman.org/issues/19718) - Allow import of unpublished CVs (2017-06-06 13:31:15 -0400) *Andrew Kofink*
- [0030fb4](https://github.com/Katello/hammer-cli-csv/commit/0030fb4) - vcr - re-record content_hosts tests (2017-05-30 12:13:07 -0400) *Tom McKay*
- [2f22006](https://github.com/Katello/hammer-cli-csv/commit/2f22006) - fixes [#18864](http://projects.theforeman.org/issues/18864) - option to clear subscriptions first (2017-05-30 12:13:07 -0400) *Tom McKay*
- [ac187d3](https://github.com/Katello/hammer-cli-csv/commit/ac187d3) - vcr recording tests (2017-05-30 10:53:29 -0400) *Tom McKay*
- [a2c9720](https://github.com/Katello/hammer-cli-csv/commit/a2c9720) - fixes [#18616](http://projects.theforeman.org/issues/18616) - for import (2017-05-30 10:53:29 -0400) *Tom McKay*
- [ff46702](https://github.com/Katello/hammer-cli-csv/commit/ff46702) - vcr - full re-record (2017-03-28 10:18:22 -0400) *Tom McKay*
- [6803906](https://github.com/Katello/hammer-cli-csv/commit/6803906) - vcr - re-recording content_hosts_test.rb (2017-03-28 10:18:22 -0400) *Tom McKay*
- [91caed1](https://github.com/Katello/hammer-cli-csv/commit/91caed1) - fixes [#18384](http://projects.theforeman.org/issues/18384) - namify Guests of Host column (2017-03-28 10:18:22 -0400) *Tom McKay*
- [b42ced7](https://github.com/Katello/hammer-cli-csv/commit/b42ced7) - #150 remove the *1* field from composite lines in content view export (2017-02-01 10:42:04 -0500) *Eric Lake*

Also available in: Unified diff