Skip to content

Commit

Permalink
Flora v1.0.23 (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri authored Jan 2, 2025
1 parent ff8e044 commit d071deb
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 1.0.23 -- 2025-01-02

- Record more route duration metrics with prometheus [#810](/~https://github.com/flora-pm/flora-server/pull/810)
- Add prometheus counter for package imports [#811](/~https://github.com/flora-pm/flora-server/pull/811)
- Add new GHC versions [#813](/~https://github.com/flora-pm/flora-server/pull/813)

The following versions have been added:
* 9.12.1
* 9.10.1
* 9.8.4
* 9.8.3
* 9.6.7
* 9.6.6

## 1.0.22 -- 2024-12-27

### Significant changes
Expand Down
2 changes: 0 additions & 2 deletions changelog.d/810

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/811

This file was deleted.

10 changes: 0 additions & 10 deletions changelog.d/813

This file was deleted.

2 changes: 1 addition & 1 deletion flora.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: flora
version: 1.0.22
version: 1.0.23
homepage: /~https://github.com/flora-pm/flora-server/#readme
bug-reports: /~https://github.com/flora-pm/flora-server/issues
author: Théophile Choutri
Expand Down
1 change: 1 addition & 0 deletions src/core/Flora/Import/Package.hs
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ versionList =
, Version.mkVersion [9, 8, 3]
, Version.mkVersion [9, 8, 2]
, Version.mkVersion [9, 8, 1]
, Version.mkVersion [9, 6, 7]
, Version.mkVersion [9, 6, 6]
, Version.mkVersion [9, 6, 5]
, Version.mkVersion [9, 6, 4]
Expand Down

0 comments on commit d071deb

Please sign in to comment.