Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

Commit

Permalink
chore(release): bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cruikshj committed Apr 18, 2016
1 parent 2b4a575 commit 2a023b6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="1.0.2"></a>
## [1.0.2](https://github.com/zywave/OctopusDeploy-Nautilus/compare/1.0.1...v1.0.2) (2016-04-18)


### Bug Fixes

* check for file and directory existence before calling delete file on install command ([2b4a575](https://github.com/zywave/OctopusDeploy-Nautilus/commit/2b4a575))

### Features

* applications directory option on install ([2b4a575](https://github.com/zywave/OctopusDeploy-Nautilus/commit/2b4a575))


<a name="1.0.1"></a>
## [1.0.1](https://github.com/zywave/OctopusDeploy-Nautilus/compare/1.0.0...v1.0.1) (2016-04-15)

Expand Down
2 changes: 1 addition & 1 deletion Nautilus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metadata>
<id>nautilus</id>
<title>OctopusDeploy-Nautilus</title>
<version>1.0.1</version>
<version>1.0.2</version>
<authors>cruikshj</authors>
<summary>A command line application for automating horizontal scaling operations in conjunction with Octopus Deploy.</summary>
<description>Nautilus is a command line tool that helps to automate Octopus deploys during horizontal scaling operations by determining all of the releases to deploy by the machine's role and environment. It is also capable of downloading, installing, configuring, updating and registering the Octopus Tentacle.</description>
Expand Down
7 changes: 5 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### Bug Fixes

* default home directory to system drive ([93a793c](https://github.com/zywave/OctopusDeploy-Nautilus/commit/93a793c)), closes [#8](https://github.com/zywave/OctopusDeploy-Nautilus/issues/8)
* delete previous tentacle.config ([696156d](https://github.com/zywave/OctopusDeploy-Nautilus/commit/696156d))
* check for file and directory existence before calling delete file on install command ([2b4a575](https://github.com/zywave/OctopusDeploy-Nautilus/commit/2b4a575))

### Features

* applications directory option on install ([2b4a575](https://github.com/zywave/OctopusDeploy-Nautilus/commit/2b4a575))
2 changes: 1 addition & 1 deletion nautilus/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"compilationOptions": {
"emitEntryPoint": true
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OctopusDeploy-Nautilus",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 2a023b6

Please sign in to comment.