Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Dec 31, 2023
1 parent 4ced735 commit 965413f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# SugarJar Changelog

## 1.1.0 (2023-12-31)

* Fix include path for unittests for downstream packagers
* Bump ruby min versions
* Include Gemfile.lock for downstream packagers

## 1.0.1 (2023-12-20)

* `co` support for featureprefix
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sugarjar (1.0.1)
sugarjar (1.1.0)
deep_merge
mixlib-log
mixlib-shellout
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,7 @@ default to prefer `gh` in 1.0.0.
**I'd like to package SugarJar for my favorite distro/OS, is that OK?**

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

**What platforms does it work on?**

Expand Down
2 changes: 1 addition & 1 deletion lib/sugarjar/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class SugarJar
VERSION = '1.0.1'.freeze
VERSION = '1.1.0'.freeze
end

0 comments on commit 965413f

Please sign in to comment.