File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
lib/parameter_substitution Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11PATH
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 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33class ParameterSubstitution
4- VERSION = "0.3.0.pre.4 "
4+ VERSION = "1.0.0 "
55end
You can’t perform that action at this time.
0 commit comments