Skip to content

Commit

Permalink
Prepare v1.0.0 release (#197)
Browse files Browse the repository at this point in the history
tchoutri committed Sep 10, 2022
1 parent 38dd748 commit 9fced39
Showing 4 changed files with 7 additions and 16 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# CHANGELOG

## v0.0.1.0 –
* Release
## v1.0.0 - 2022-09-10

First release!🥳
10 changes: 0 additions & 10 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -23,21 +23,11 @@ source-repository-package
tag: 9dacea2bec9c6f5d9f7d46a2a1d9094cf6147fbf
subdir: ./raven-haskell

source-repository-package
type: git
location: https://github.com/guibou/PyF
tag: v0.11.0.0

source-repository-package
type: git
location: https://github.com/supki/envparse
tag: 503a699

source-repository-package
type: git
location: https://github.com/tchoutri/pg-entity.git
tag: 7125eac8bf83f9cc919b724b72c6b1cdf497e528

source-repository-package
type: git
location: https://github.com/fimad/prometheus-haskell
4 changes: 2 additions & 2 deletions cabal.project.freeze
Original file line number Diff line number Diff line change
@@ -220,7 +220,7 @@ constraints: any.Cabal ==3.6.3.0,
any.password-types ==1.0.0.0,
any.pcre2 ==2.2.1,
any.pem ==0.2.4,
any.pg-entity ==0.0.1.0,
any.pg-entity ==0.0.2.0,
pg-entity -prod,
any.pg-transact ==0.3.2.0,
any.pg-transact-effectful ==0.0.1.0,
@@ -388,4 +388,4 @@ constraints: any.Cabal ==3.6.3.0,
any.xml-types ==0.3.8,
any.zlib ==0.6.3.0,
zlib -bundled-c-zlib -non-blocking-ffi -pkg-config
index-state: hackage.haskell.org 2022-08-23T14:54:28Z
index-state: hackage.haskell.org 2022-09-10T22:52:40Z
4 changes: 2 additions & 2 deletions flora.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: flora
version: 0.0.1.0
version: 1.0.0
homepage: https://github.com/flora-pm/flora-server/#readme
bug-reports: https://github.com/flora-pm/flora-server/issues
author: Théophile Choutri
@@ -241,7 +241,7 @@ library
, template-haskell
, text
, text-display
, time ^>=1.9
, time
, time-effectful
, transformers ^>=0.5
, transformers-base ^>=0.4

0 comments on commit 9fced39

Please sign in to comment.