Skip to content

Commit

Permalink
[NO-ISSUE] Flora 1.0.14 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri authored Dec 13, 2023
1 parent 0bf3d88 commit 52550e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 1.0.14 -- XXXX-XX-XX
## 1.0.14 -- 2023-12-13
* Colourise in red deprecation markers on the package page ([#438](https://github.com/flora-pm/flora-server/pull/439))
* Added more matches to the natural language processing category ([#440](https://github.com/flora-pm/flora-server/pull/440))
* Allow package imports from multiple repositories ([#444](https://github.com/flora-pm/flora-server/pull/444))
Expand Down
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.13
version: 1.0.14
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
3 changes: 2 additions & 1 deletion src/core/Flora/Import/Package.hs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ coreLibraries =
versionList :: Set Version
versionList =
Set.fromList
[ Version.mkVersion [9, 8, 1]
[ Version.mkVersion [9, 10, 1]
, Version.mkVersion [9, 8, 1]
, Version.mkVersion [9, 6, 3]
, Version.mkVersion [9, 6, 2]
, Version.mkVersion [9, 6, 1]
Expand Down

0 comments on commit 52550e5

Please sign in to comment.