And now ... Hugo 0.94.2 Released

8 Likes

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.

2 Likes

Hugo 0.94.2 packages

Brew - Hugo Brew package for macOS and Linux - updated :white_check_mark:
Snap Package - Hugo Snap (Snapcraft) package for Linux

  • traditional release - not yet updated :x:
  • extended release - not yet updated :x:

Docker/CI Image - Hugo Docker image for Continuous Integration - updated :white_check_mark:
Docker Image - klakegg/hugo - Other Hugo Docker image - updated :white_check_mark:
Debian (sid) - updated :white_check_mark: (Track link)
Ubuntu (hirsute) - not yet updated :x: (Track link )
Fedora Copr - Hugo RPM package for Fedora and CentOS - not yet updated :x:
Chocolatey Package - Hugo Chocolatey package for Windows

4 Likes

nice to know I thought he needs to approve these packages before push.

Hey, @bep you supposed to have a… weekend?

3 Likes

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).

9 Likes

And Sunday and Monday…

2 Likes

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

https://github.com/gohugoio/hugo/commit/64b7b7a89753a39661219b2fcb92d7f185a03f63

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 :frowning:

https://semver.org/#spec-item-4

3 Likes

I see. Nice move. Fighting me with my own opinions :smiley:

Now how about a note “Hey, --renderStaticToDisc stopped working in this release” in the zero.94.1 release notes :stuck_out_tongue:

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 :stuck_out_tongue: I can’t fix it.

Removing a feature that doesn’t work is also fixing a regression.

3 Likes