Skip to content

Commit

Permalink
release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed May 31, 2024
1 parent 734f74c commit 04bd937
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOGRELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### V 1.0.0.1

This minor release replaces the pipeline to produce static `qjanno` executables for every release.

Just like `trident` and `xerxes`, `qjanno` will now be available in the following pre-compiled versions:

- `qjanno-conda-linux` (for bioconda)
- `qjanno-Linux` (build on Ubuntu 20.04 for X64 architecture)
- `qjanno-macOS-ARM64` (build on macOS 14 for ARM64 architecture)
- `qjanno-macOS-X64` (build on macOS 13 for X64 architecture)
- `qjanno-Windows`

`qjanno` now also depends on a new stackage resolver version LTS 21.21.

### V 1.0.0.0

This release marks the switch to [Haskell's Package Versioning Policy](https://pvp.haskell.org/). Under the hood we also switched to a new GHC version (9.4.7) and a new Stackage resolver version (21.17).
Expand Down

0 comments on commit 04bd937

Please sign in to comment.