File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- ## Unreleased
5
-
6
- ### Added
7
-
8
- ### Changed
9
-
10
- ### Removed
4
+ ## [ v2.0.1]
11
5
12
6
### Issues Addressed
13
7
* ` facter ` may raise when ` show install patches ` in some environments
@@ -622,6 +616,7 @@ Cisco::Environment.add_env('default', env)
622
616
[ git-flow ] : https://github.com/petervanderdoes/gitflow-avh
623
617
[ SimpleCov ] : https://github.com/colszowka/simplecov
624
618
619
+ [ v2.0.1 ] : https://github.com/cisco/cisco-network-node-utils/compare/v2.0.0...v2.0.1
625
620
[ v2.0.0 ] : https://github.com/cisco/cisco-network-node-utils/compare/v1.10.0...v2.0.0
626
621
[ v1.10.0 ] : https://github.com/cisco/cisco-network-node-utils/compare/v1.9.0...v1.10.0
627
622
[ v1.9.0 ] : https://github.com/cisco/cisco-network-node-utils/compare/v1.8.0...v1.9.0
Original file line number Diff line number Diff line change 14
14
15
15
# Container module for version number only.
16
16
module CiscoNodeUtils
17
- VERSION = '2.0.0-dev '
17
+ VERSION = '2.0.1 '
18
18
gem_version = Gem ::Version . new ( Gem ::VERSION )
19
19
min_gem_version = Gem ::Version . new ( '2.1.0' )
20
20
fail 'Required rubygems version >= 2.1.0' if gem_version < min_gem_version
You can’t perform that action at this time.
0 commit comments