Hi @bep Should I expect brew release today or Monday? thanks
You should expect them when you see a PR on homebrew and then a merge. Bep doesn’t have any control over that. It’s 3rd party.
As soon as people can get PRs, and then reviews, the sooner it will be available.
Hugo 0.94.2 packages
Brew - Hugo Brew package for macOS and Linux - updated
Snap Package - Hugo Snap (Snapcraft) package for Linux
- traditional release - not yet updated
- extended release - not yet updated
Docker/CI Image - Hugo Docker image for Continuous Integration - updated
Docker Image - klakegg/hugo - Other Hugo Docker image - updated
Debian (sid) - updated (Track link)
Ubuntu (hirsute) - not yet updated (Track link )
Fedora Copr - Hugo RPM package for Fedora and CentOS - not yet updated
Chocolatey Package - Hugo Chocolatey package for Windows
- traditional release - updated
- extended release - updated
nice to know I thought he needs to approve these packages before push.
Hey, @bep you supposed to have a… weekend?
I have a pretty flexible work life. I went skiing before lunch Wednesday, Thursday and Friday last week. Downhill/alpine skiing, record levels of snow in Norway this year (like 2-3 meters above 1000 meters).
And Sunday and Monday…
It appears the --renderStaticToDisc disappeared in the Linux/Ubuntu 0.94.2?
❯ hugo version
hugo v0.94.2-48FB9E4D+extended linux/amd64 BuildDate=2022-03-12T10:28:42Z VendorInfo=gohugoio
It works in .0, but not in .1 or .2
Are you saying that feature was added and then removed in a patch release? Not sure if that shouldn’t be a minor version increase instead
I see. Nice move. Fighting me with my own opinions
Now how about a note “Hey, --renderStaticToDisc stopped working in this release” in the zero.94.1 release notes
I know, don’t answer… But it’s kind of a great feature once it’s working (again)…
So, in my semver world, patch releases are meant for regressions introduced in the previous minor/major release. A new feature that doesn’t work is obviously fitting into this definition.
Sorry, but that is a wrong world… once it’s 1.something.something. For now it’s ok. FIXING regressions would be a patch release. REMOVING features is a minor or major change.
But let’s not discuss this. Fix it I can’t fix it.
Removing a feature that doesn’t work is also fixing a regression.