File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- sugarjar (1.0.1 )
4+ sugarjar (1.1.0 )
55 deep_merge
66 mixlib-log
77 mixlib-shellout
Original file line number Diff line number Diff 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
405405Of 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
Original file line number Diff line number Diff line change 11class SugarJar
2- VERSION = '1.0.1 ' . freeze
2+ VERSION = '1.1.0 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments