Skip to content

Commit

Permalink
chore: Update CHHANGLOG (unreleased v0.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru committed Aug 9, 2019
1 parent ba70ce2 commit 4784b42
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,24 @@
# Change Log

## [Unreleased](https://github.com/faker-ruby/faker-bot/tree/HEAD)

[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.5.0...HEAD)

**Implemented enhancements:**

- Add Asciinema Demo [\#43](https://github.com/faker-ruby/faker-bot/pull/43) ([akabiru](https://github.com/akabiru))

**Closed issues:**

- Migrate FakerBot CI & QA integrations [\#30](https://github.com/faker-ruby/faker-bot/issues/30)

**Merged pull requests:**

- Fix gemspec summary [\#45](https://github.com/faker-ruby/faker-bot/pull/45) ([vbrazo](https://github.com/vbrazo))
- fix: Remove brakeman plugin; it's Rails specific [\#44](https://github.com/faker-ruby/faker-bot/pull/44) ([akabiru](https://github.com/akabiru))
- Add CodeClimate Configuration [\#42](https://github.com/faker-ruby/faker-bot/pull/42) ([akabiru](https://github.com/akabiru))
- chore\(docs\): Add Code Level YARD Documentation 馃摉 [\#35](https://github.com/faker-ruby/faker-bot/pull/35) ([akabiru](https://github.com/akabiru))

## [v0.5.0](https://github.com/faker-ruby/faker-bot/tree/v0.5.0) (2019-07-31)
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.5...v0.5.0)

Expand All @@ -22,6 +41,7 @@
- Release v0.5.0 [\#41](https://github.com/faker-ruby/faker-bot/pull/41) ([akabiru](https://github.com/akabiru))
- Add CI & QA Badges [\#34](https://github.com/faker-ruby/faker-bot/pull/34) ([akabiru](https://github.com/akabiru))
- Chore: CleanUp [\#32](https://github.com/faker-ruby/faker-bot/pull/32) ([akabiru](https://github.com/akabiru))
- Update README to republish faker-cli [\#29](https://github.com/faker-ruby/faker-bot/pull/29) ([vbrazo](https://github.com/vbrazo))

## [v0.4.5](https://github.com/faker-ruby/faker-bot/tree/v0.4.5) (2019-07-11)
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.4...v0.4.5)
Expand All @@ -39,7 +59,6 @@

**Merged pull requests:**

- Update README to republish faker-cli [\#29](https://github.com/faker-ruby/faker-bot/pull/29) ([vbrazo](https://github.com/vbrazo))
- chore: Rename from FakerBot to Faker::CLI [\#28](https://github.com/faker-ruby/faker-bot/pull/28) ([akabiru](https://github.com/akabiru))
- Add deprecation notes; thank you contributors! 馃帀 [\#25](https://github.com/faker-ruby/faker-bot/pull/25) ([akabiru](https://github.com/akabiru))

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
faker-bot (0.5.0)
faker-bot (0.5.1)
faker
pastel (~> 0.7.2)
thor (~> 0.20.0)
Expand All @@ -25,7 +25,7 @@ GEM
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
equatable (0.6.1)
faker (2.0)
faker (2.1.0)
i18n (>= 0.7)
ffi (1.11.1)
formatador (0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/faker/bot/version.rb
Expand Up @@ -2,6 +2,6 @@

module Faker
module Bot
VERSION = '0.5.0'
VERSION = '0.5.1'
end
end

0 comments on commit 4784b42

Please sign in to comment.