test: Ensure NetCDF file in the test suite is closed properly
dev: Upgrade github repo checkout action
dev: Fix Linux build manifest
dev: Use archlinux for Linux CI, and run Windows CI on more branches
test: Declare package symbol as const
fix: Fix typo in NetCDF creation
refactor: Make package version number into a const
release: Release v3.1.1
See docs/src/changelog.md for an overview of the changes.
dev: Improve metadata and fix README dev info
release: Prepare release v3.1.1
build: Remove git-clone package from docs manifest, pull package in make.jl
The version in the docs manifest would not match the new release,
since the release is not registered yet.
This commit avoids testing the documentation build with the wrong package version.
dev: Fix contributor/maintainer release guidelines
New guildelines are in line with Julia's Registrator.jl process.
docs: Add Windows CI badge and update installation command
dev: Avoid running NetCDF tests on Windows (currently broken)
Can't use `broken=cond` with the @testset macro :(
dev: Mark NetCDF tests as broken on Windows
The NetCDF_jll/HDF5 issue will need more debugging on Windows.
dev: Check if NetCDF/NCDatasets is causing the Windows error