Skip to content

Commit ca5431a

Browse files
author
Matt Jones
committed
deploy
1 parent af9ab47 commit ca5431a

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55

66
## Unreleased][unreleased]
77

8+
## [0.0.2] - 2015-06-03
9+
10+
### Fixed
11+
- added binstubs
12+
13+
### Changed
14+
- removed cruft from /lib
15+
816
## 0.0.1 - 2015-04-30
917

1018
### Added

lib/sensu-plugins-postgres.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
require 'sensu-plugins-postgres/version'

lib/sensu-plugins-postgres/version.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
require 'json'
2-
3-
# encoding: utf-8
41
module SensuPluginsPostgres
5-
# This defines the version of the gem
62
module Version
73
MAJOR = 0
84
MINOR = 0
9-
PATCH = 1
5+
PATCH = 2
106

117
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
128
end

0 commit comments

Comments
 (0)