Tags: sternenseemann/spacecookie
Tags
chore(server): allow building with aeson 2.0 The actual change is a bit cheesy, since we could have a non-CPP solution as well by adding a FromString constraint, but this one is stupid and simple. Additionally tested with both GHC 8.10.7, 9.0.1 and cabal v2-build --constraint='aeson >= 2.0' Increase version number to 1.0.0.1 (no observable changes) for a release that benefits Stackage Nightly mostly. Resolves #51.
chore(treewide): release as 1.0.0.0 The 1.0.0.0 version number was chosen not to indicate completeness, but rather to indicate how harsh of a jump it is from 0.2.1.2 to 1.0.0.0 for library users since the core API was changed. For server users which are probably the majority it should go relatively smoothly in comparison.