mage/mage.changes
Dirk Mueller 6278086b96 - update to 1.15.0:
* Update CI (#466)
  * fix erroneous docstring of sh.Exec() (#452)
  * Update jQuery to 3.5.0 (#458)
  * -d dir contains magefiles stop with "No .go files marked with the
    mage build tag..." (#447) (#448)
  * mage: cancel context on SIGINT (#313)
  * give props to netlify on the main page
  * Update site to build with newer hugo
  * bring docs for use of directives up to date
  * add blog post about v1.13
  * fix author links
  * Add variadic support to mg.F
  * feat: rename templated imports to avoid collisions
  * Website: fixing typos
  * refactor(listGoFiles): remove go list dependency
  * doc: add MacPorts install info
  * feat: allow mage:import alias to be defined for multiple imports
  * Detect deps that have already been invoked
  * Replace godoc.org URLs
  * Add magefiles directory support
  * ci: migrate from travis to github action (#391)
  * evidently goreleaseer has changed in the last 4 years :) (#394)
  * Fix the rollback mechanism for tags during a release (#392)
  * sh.run(): quoted strings before join (#306)
  * Add asdf installation instructions to docs (#383)
  * #288 add brew and scoop install to docs (#376)
  * #378 bump travisci go16 (#379)
  * Create issue templates (#374)
  * fix: deterministic compiled mainfile (#348)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/mage?expand=0&rev=3
2024-01-06 16:27:24 +00:00

46 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Sat Jan 6 16:23:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.15.0:
* Update CI (#466)
* fix erroneous docstring of sh.Exec() (#452)
* Update jQuery to 3.5.0 (#458)
* -d dir contains magefiles stop with "No .go files marked with the
mage build tag..." (#447) (#448)
* mage: cancel context on SIGINT (#313)
* give props to netlify on the main page
* Update site to build with newer hugo
* bring docs for use of directives up to date
* add blog post about v1.13
* fix author links
* Add variadic support to mg.F
* feat: rename templated imports to avoid collisions
* Website: fixing typos
* refactor(listGoFiles): remove go list dependency
* doc: add MacPorts install info
* feat: allow mage:import alias to be defined for multiple imports
* Detect deps that have already been invoked
* Replace godoc.org URLs
* Add magefiles directory support
* ci: migrate from travis to github action (#391)
* evidently goreleaseer has changed in the last 4 years :) (#394)
* Fix the rollback mechanism for tags during a release (#392)
* sh.run(): quoted strings before join (#306)
* Add asdf installation instructions to docs (#383)
* #288 add brew and scoop install to docs (#376)
* #378 bump travisci go16 (#379)
* Create issue templates (#374)
* fix: deterministic compiled mainfile (#348)
* make -h work with imported targets (#335)
* fix test for go 1.16 (#330)
-------------------------------------------------------------------
Fri Jan 7 01:29:18 UTC 2022 - Jeff Mahoney <jeffm@suse.com>
- Reduce go dependency to >= 1.12 as that's all mage requires.
-------------------------------------------------------------------
Wed Dec 15 18:44:12 UTC 2021 - Jeff Mahoney <jeffm@suse.com>
- Initial packaging.