Skip to content

Commit 04d5fb3

Browse files
hunnerGlenn Matthews
authored and
Glenn Matthews
committed
Prep for 0.9.1
1 parent 32ef1a2 commit 04d5fb3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## [0.9.1] - 2015-08-13
68
### Added
79
- Added CONTRIBUTING.md
810
- Added README-creating-types-providers.md and associated templates.
@@ -19,8 +21,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1921
- Added dotted-decimal munging for area in cisco_interface_ospf
2022
- Modified template placeholder names to meet lint reqs
2123

22-
## [0.9.0] - 2015-07-24
24+
## 0.9.0 - 2015-07-24
2325
### Added
2426
- Initial release of puppetlabs-ciscopuppet module, supporting Cisco NX-OS software release 7.0(3)I2(1) on Cisco Nexus switch platforms: N95xx, N93xx, N30xx and N31xx.
2527
- Please note: 0.9.0 is an EFT pre-release for a limited audience with access to NX-OS 7.0(3)I2(1). Additional code changes may occur in 0.9.x prior to the final 1.0.0 release.
2628

29+
[unreleased]: https://github.com/puppetlabs/cisco-ciscopuppet/compare/v0.9.1...HEAD
30+
[0.9.1]: https://github.com/puppetlabs/cisco-ciscopuppet/compare/v0.9.0...v0.9.1

metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "puppetlabs-ciscopuppet",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"author": "cisco",
55
"summary": "Cisco Puppet providers and types for NX-OS devices",
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/cisco-ciscopuppet",
8+
"tags": ["cisco","nxos","nx-os","network"],
89
"project_page": "https://github.com/puppetlabs/cisco-ciscopuppet",
910
"issues_url": "https://github.com/puppetlabs/cisco-ciscopuppet/issues",
1011
"operatingsystem_support": [

0 commit comments

Comments
 (0)