Skip to content

Commit

Permalink
Bump v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Jun 4, 2019
1 parent f450448 commit 1712a75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.0.5] - WIP
## [0.0.5] - [2018-06-04]

### Added

- The support for stubbing constants (nepalez)
- Support for stubbing constants (nepalez)

```yaml
# Stub constant TIMEOUT_SEC to 10
Expand Down Expand Up @@ -81,3 +81,4 @@ This is a first public release with features extracted from production app.
[0.0.2]: https://github.com/nepalez/fixturama/compare/v0.0.1...v0.0.2
[0.0.3]: https://github.com/nepalez/fixturama/compare/v0.0.2...v0.0.3
[0.0.4]: https://github.com/nepalez/fixturama/compare/v0.0.3...v0.0.4
[0.0.5]: https://github.com/nepalez/fixturama/compare/v0.0.4...v0.0.5
2 changes: 1 addition & 1 deletion fixturama.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "fixturama"
gem.version = "0.0.4"
gem.version = "0.0.5"
gem.author = "Andrew Kozin (nepalez)"
gem.email = "[email protected]"
gem.homepage = "https://github.com/nepalez/fixturama"
Expand Down

0 comments on commit 1712a75

Please sign in to comment.