-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from trevor-vaughan/release_0.7.1
Release of 0.7.1
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on | ||
[Keep a Changelog](http://keepachangelog.com) | ||
& makes a strong effort to adhere to | ||
[Semantic Versioning](http://semver.org). | ||
|
||
Tracking in this Changelog began for this project in version 0.7.1 | ||
If you're looking for changes from before this, refer to the project's | ||
git logs & PR history. | ||
|
||
The headers used in [Keep a Changelog](http://keepachangelog.com) are: | ||
|
||
- Added - for new features. | ||
- Changed - for changes in existing functionality. | ||
- Deprecated - for soon-to-be removed features. | ||
- Removed - for now removed features. | ||
- Fixed - for any bug fixes. | ||
- Security - in case of vulnerabilities. | ||
|
||
# [0.7.1](https://github.com/voxpupuli/beaker/compare/0.7.0...0.7.1) - 25-05-2021 | ||
|
||
### Fixed | ||
|
||
- Re-added the secondary libvirt interface due to 0.7.0 breaking multi-node tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module BeakerVagrant | ||
VERSION = '0.7.0' | ||
VERSION = '0.7.1' | ||
end |