Skip to content

Commit 82230b2

Browse files
committed
TECH-4409: Bump version to 1.0.0
Major version bump because public dependencies were added
1 parent 82a779c commit 82230b2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CHANGELOG for `parameter_substitution`
2+
3+
Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4+
5+
Note: This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.0.0] - 2020-05-18
8+
### Added
9+
- Replace hobo_support with invoca-utils
10+
11+
[1.0.0]: https://github.com/Invoca/parameter_substitution/compare/v0.2.3...v1.0.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
parameter_substitution (0.3.0)
4+
parameter_substitution (1.0.0)
55
activesupport (~> 4.2)
66
builder (~> 3.2)
77
invoca-utils (~> 0.3)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class ParameterSubstitution
4-
VERSION = "0.3.0.pre.4"
4+
VERSION = "1.0.0"
55
end

0 commit comments

Comments
 (0)