Skip to content

Commit eb736ad

Browse files
authored
Release 1.1.0 (#141)
Signed-off-by: Phil Dibowitz <phil@ipom.com>
1 parent 4ced735 commit eb736ad

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# SugarJar Changelog
22

3+
## 1.1.0 (2023-12-31)
4+
5+
* Fix include path for unittests for downstream packagers
6+
* Bump ruby min versions
7+
* Include Gemfile.lock for downstream packagers
8+
39
## 1.0.1 (2023-12-20)
410

511
* `co` support for featureprefix

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-
sugarjar (1.0.1)
4+
sugarjar (1.1.0)
55
deep_merge
66
mixlib-log
77
mixlib-shellout

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,7 @@ default to prefer `gh` in 1.0.0.
403403
**I'd like to package SugarJar for my favorite distro/OS, is that OK?**
404404

405405
Of course! But I'd appreciate you emailing me to give me a heads up. Doing so
406-
will allow me to make sure it shows up in the Repology badge above as well as
407-
stop building Omnibus packages for whatever distro.
406+
will allow me to make sure it shows up in the Repology badge above.
408407

409408
**What platforms does it work on?**
410409

lib/sugarjar/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class SugarJar
2-
VERSION = '1.0.1'.freeze
2+
VERSION = '1.1.0'.freeze
33
end

0 commit comments

Comments
 (0)