Skip to content

Commit

Permalink
Release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Sydney Kerckhove committed May 14, 2024
1 parent ba98acb commit 8c7f97b
Show file tree
Hide file tree
Showing 52 changed files with 74 additions and 55 deletions.
2 changes: 1 addition & 1 deletion smos-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}:
mkDerivation {
pname = "smos-api";
version = "0.6.0";
version = "0.7.0";
src = ./.;
libraryHaskellDepends = [
aeson autodocodec base base64-bytestring bytestring containers
Expand Down
2 changes: 1 addition & 1 deletion smos-api/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-api
version: 0.6.0
version: 0.7.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-api/smos-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-api
version: 0.6.0
version: 0.7.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-archive/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
mkDerivation {
pname = "smos-archive";
version = "0.4.0";
version = "0.5.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion smos-archive/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-archive
version: 0.4.0
version: 0.5.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-archive/smos-archive.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-archive
version: 0.4.0
version: 0.5.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-calendar-import/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}:
mkDerivation {
pname = "smos-calendar-import";
version = "0.8.2";
version = "0.9.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion smos-calendar-import/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-calendar-import
version: 0.8.2
version: 0.9.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-calendar-import/smos-calendar-import.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-calendar-import
version: 0.8.2
version: 0.9.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
mkDerivation {
pname = "smos-cli";
version = "0.0.2";
version = "0.1.0";
src = ./.;
libraryHaskellDepends = [
autodocodec autodocodec-yaml base bytestring envparse http-client
Expand Down
4 changes: 2 additions & 2 deletions smos-cli/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: smos-cli
version: 0.0.2
version: 0.1.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
license: MIT

dependencies:
base
- base

library:
source-dirs: src/
Expand Down
2 changes: 1 addition & 1 deletion smos-cli/smos-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-cli
version: 0.0.2
version: 0.1.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-cursor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
mkDerivation {
pname = "smos-cursor";
version = "0.6.1";
version = "0.7.0";
src = ./.;
libraryHaskellDepends = [
base containers cursor cursor-dirforest cursor-fuzzy-time deepseq
Expand Down
2 changes: 1 addition & 1 deletion smos-cursor/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-cursor
version: 0.6.1
version: 0.7.0
github: NorfairKing/smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-cursor/smos-cursor.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-cursor
version: 0.6.1
version: 0.7.0
homepage: https://github.com/NorfairKing/smos#readme
bug-reports: https://github.com/NorfairKing/smos/issues
author: Tom Sydney Kerckhove
Expand Down
2 changes: 1 addition & 1 deletion smos-data-gen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
mkDerivation {
pname = "smos-data-gen";
version = "0.4.1";
version = "0.5.0";
src = ./.;
libraryHaskellDepends = [
base containers genvalidity genvalidity-containers genvalidity-text
Expand Down
2 changes: 1 addition & 1 deletion smos-data-gen/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-data-gen
version: 0.4.1
version: 0.5.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-data-gen/smos-data-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-data-gen
version: 0.4.1
version: 0.5.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-directory/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "smos-directory";
version = "0.0.1";
version = "0.1.0";
src = ./.;
libraryHaskellDepends = [
autodocodec base conduit containers cursor envparse microlens
Expand Down
2 changes: 1 addition & 1 deletion smos-directory/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-directory
version: 0.0.1
version: 0.1.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-directory/smos-directory.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-directory
version: 0.0.1
version: 0.1.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
23 changes: 23 additions & 0 deletions smos-docs-site/content/changelogs/2024-05-14.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- <a name="smos-0.9.0">[smos 0.9.0](#smos-0.9.0)
- <a name="smos-api-0.7.0">[smos-api 0.7.0](#smos-api-0.7.0)
- <a name="smos-archive-0.5.0">[smos-archive 0.5.0](#smos-archive-0.5.0)
- <a name="smos-calendar-import-0.9.0">[smos-calendar-import 0.9.0](#smos-calendar-import-0.9.0)
- <a name="smos-cli-0.1.0">[smos-cli 0.1.0](#smos-cli-0.1.0)
- <a name="smos-cursor-0.7.0">[smos-cursor 0.7.0](#smos-cursor-0.7.0)
- <a name="smos-data-gen-0.5.0">[smos-data-gen 0.5.0](#smos-data-gen-0.5.0)
- <a name="smos-directory-0.1.0">[smos-directory 0.1.0](#smos-directory-0.1.0)
- <a name="smos-github-0.7.0">[smos-github 0.7.0](#smos-github-0.7.0)
- <a name="smos-notify-0.4.0">[smos-notify 0.4.0](#smos-notify-0.4.0)
- <a name="smos-query-0.11.0">[smos-query 0.11.0](#smos-query-0.11.0)
- <a name="smos-report-cursor-0.6.0">[smos-report-cursor 0.6.0](#smos-report-cursor-0.6.0)
- <a name="smos-report-gen-0.7.0">[smos-report-gen 0.7.0](#smos-report-gen-0.7.0)
- <a name="smos-server-gen-0.8.0">[smos-server-gen 0.8.0](#smos-server-gen-0.8.0)
- <a name="smos-sync-client-0.6.0">[smos-sync-client 0.6.0](#smos-sync-client-0.6.0)
- <a name="smos-web-server-0.13.0">[smos-web-server 0.13.0](#smos-web-server-0.13.0)

### Changed

* Fixed that casts weren't showing up on the docs site.
* Fixed that booking would show an error when a quote was used in the organiser name.
* Fixed that `READY` timestamps with a later-than-now `AFTER` timestamp would still show up in the work report.
* Made the latest release zip available on the docs site.
6 changes: 0 additions & 6 deletions smos-docs-site/content/unreleased.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
### Changed

* Fixed that casts weren't showing up on the docs site.
* Fixed that booking would show an error when a quote was used in the organiser name.
* Fixed that `READY` timestamps with a later-than-now `AFTER` timestamp would still show up in the work report.
* Made the latest release zip available on the docs site.
1 change: 1 addition & 0 deletions smos-docs-site/smos-docs-site.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ extra-source-files:
content/changelogs/2023-11-25.markdown
content/changelogs/2024-02-13.markdown
content/changelogs/2024-03-26.markdown
content/changelogs/2024-05-14.markdown
content/pages/blogposts.markdown
content/pages/building-installation.markdown
content/pages/cheat-sheet.markdown
Expand Down
2 changes: 1 addition & 1 deletion smos-github/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}:
mkDerivation {
pname = "smos-github";
version = "0.6.0";
version = "0.7.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion smos-github/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-github
version: 0.6.0
version: 0.7.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-github/smos-github.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-github
version: 0.6.0
version: 0.7.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-notify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "smos-notify";
version = "0.3.1";
version = "0.4.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion smos-notify/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-notify
version: 0.3.1
version: 0.4.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-notify/smos-notify.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-notify
version: 0.3.1
version: 0.4.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-query/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}:
mkDerivation {
pname = "smos-query";
version = "0.10.0";
version = "0.11.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion smos-query/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-query
version: 0.10.0
version: 0.11.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-query/smos-query.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-query
version: 0.10.0
version: 0.11.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-report-cursor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "smos-report-cursor";
version = "0.5.0";
version = "0.6.0";
src = ./.;
libraryHaskellDepends = [
base conduit containers cursor deepseq dlist microlens path
Expand Down
2 changes: 1 addition & 1 deletion smos-report-cursor/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-report-cursor
version: 0.5.0
version: 0.6.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-report-cursor/smos-report-cursor.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-report-cursor
version: 0.5.0
version: 0.6.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-report-gen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}:
mkDerivation {
pname = "smos-report-gen";
version = "0.6.0";
version = "0.7.0";
src = ./.;
libraryHaskellDepends = [
base containers cursor cursor-gen deepseq dlist genvalidity
Expand Down
2 changes: 1 addition & 1 deletion smos-report-gen/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-report-gen
version: 0.6.0
version: 0.7.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-report-gen/smos-report-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-report-gen
version: 0.6.0
version: 0.7.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-server-gen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}:
mkDerivation {
pname = "smos-server-gen";
version = "0.7.2";
version = "0.8.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion smos-server-gen/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-server-gen
version: 0.7.2
version: 0.8.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-server-gen/smos-server-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-server-gen
version: 0.7.2
version: 0.8.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-sync-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}:
mkDerivation {
pname = "smos-sync-client";
version = "0.5.1";
version = "0.6.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion smos-sync-client/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-sync-client
version: 0.5.1
version: 0.6.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-sync-client/smos-sync-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: smos-sync-client
version: 0.5.1
version: 0.6.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down

0 comments on commit 8c7f97b

Please sign in to comment.