diff --git a/smos-api/default.nix b/smos-api/default.nix index 11b8f3f91..05d9cc132 100644 --- a/smos-api/default.nix +++ b/smos-api/default.nix @@ -9,7 +9,7 @@ }: mkDerivation { pname = "smos-api"; - version = "0.5.0"; + version = "0.6.0"; src = ./.; libraryHaskellDepends = [ aeson autodocodec base base64-bytestring bytestring containers diff --git a/smos-api/package.yaml b/smos-api/package.yaml index 706d098aa..3a0d12538 100644 --- a/smos-api/package.yaml +++ b/smos-api/package.yaml @@ -1,5 +1,5 @@ name: smos-api -version: 0.5.0 +version: 0.6.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-api/smos-api.cabal b/smos-api/smos-api.cabal index fe28051bb..b0b9d76d5 100644 --- a/smos-api/smos-api.cabal +++ b/smos-api/smos-api.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-api -version: 0.5.0 +version: 0.6.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-calendar-import/default.nix b/smos-calendar-import/default.nix index 7421fbb86..f4a2b837a 100644 --- a/smos-calendar-import/default.nix +++ b/smos-calendar-import/default.nix @@ -10,7 +10,7 @@ }: mkDerivation { pname = "smos-calendar-import"; - version = "0.7.0"; + version = "0.8.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/smos-calendar-import/package.yaml b/smos-calendar-import/package.yaml index 3f472ab1d..8b25774ef 100644 --- a/smos-calendar-import/package.yaml +++ b/smos-calendar-import/package.yaml @@ -1,5 +1,5 @@ name: smos-calendar-import -version: 0.7.0 +version: 0.8.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-calendar-import/smos-calendar-import.cabal b/smos-calendar-import/smos-calendar-import.cabal index e524ac434..d204e36d2 100644 --- a/smos-calendar-import/smos-calendar-import.cabal +++ b/smos-calendar-import/smos-calendar-import.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-calendar-import -version: 0.7.0 +version: 0.8.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-cli/default.nix b/smos-cli/default.nix index b349f4ab3..9d280e383 100644 --- a/smos-cli/default.nix +++ b/smos-cli/default.nix @@ -6,7 +6,7 @@ }: mkDerivation { pname = "smos-cli"; - version = "0.0.0"; + version = "0.0.1"; src = ./.; libraryHaskellDepends = [ aeson autodocodec autodocodec-yaml base bytestring envparse diff --git a/smos-cli/package.yaml b/smos-cli/package.yaml index 7f0f3729c..a79af7464 100644 --- a/smos-cli/package.yaml +++ b/smos-cli/package.yaml @@ -1,5 +1,5 @@ name: smos-cli -version: 0.0.0 +version: 0.0.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-cli/smos-cli.cabal b/smos-cli/smos-cli.cabal index e1b429b67..65cb3f336 100644 --- a/smos-cli/smos-cli.cabal +++ b/smos-cli/smos-cli.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-cli -version: 0.0.0 +version: 0.0.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-client/default.nix b/smos-client/default.nix index 731cd4ea6..7f619cafe 100644 --- a/smos-client/default.nix +++ b/smos-client/default.nix @@ -6,7 +6,7 @@ }: mkDerivation { pname = "smos-client"; - version = "0.5.1"; + version = "0.6.0"; src = ./.; libraryHaskellDepends = [ base bytestring cookie deepseq dirforest http-types ical microlens diff --git a/smos-client/package.yaml b/smos-client/package.yaml index bf1609e4b..e28f1ce08 100644 --- a/smos-client/package.yaml +++ b/smos-client/package.yaml @@ -1,5 +1,5 @@ name: smos-client -version: 0.5.1 +version: 0.6.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-client/smos-client.cabal b/smos-client/smos-client.cabal index 0dd04399a..998c3ed34 100644 --- a/smos-client/smos-client.cabal +++ b/smos-client/smos-client.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-client -version: 0.5.1 +version: 0.6.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-cursor-gen/default.nix b/smos-cursor-gen/default.nix index 929098ea6..2d68ba02f 100644 --- a/smos-cursor-gen/default.nix +++ b/smos-cursor-gen/default.nix @@ -7,7 +7,7 @@ }: mkDerivation { pname = "smos-cursor-gen"; - version = "0.2.1"; + version = "0.2.2"; src = ./.; libraryHaskellDepends = [ base cursor cursor-dirforest-gen cursor-fuzzy-time-gen cursor-gen diff --git a/smos-cursor-gen/package.yaml b/smos-cursor-gen/package.yaml index d497d3ebe..0ba079a20 100644 --- a/smos-cursor-gen/package.yaml +++ b/smos-cursor-gen/package.yaml @@ -1,5 +1,5 @@ name: smos-cursor-gen -version: 0.2.1 +version: 0.2.2 github: NorfairKing/smos author: Tom Sydney Kerckhove maintainer: sydcs-syd.eu diff --git a/smos-cursor-gen/smos-cursor-gen.cabal b/smos-cursor-gen/smos-cursor-gen.cabal index 13d462686..94c19888e 100644 --- a/smos-cursor-gen/smos-cursor-gen.cabal +++ b/smos-cursor-gen/smos-cursor-gen.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-cursor-gen -version: 0.2.1 +version: 0.2.2 homepage: https://github.com/NorfairKing/smos#readme bug-reports: https://github.com/NorfairKing/smos/issues author: Tom Sydney Kerckhove diff --git a/smos-cursor/default.nix b/smos-cursor/default.nix index f0af8db0c..cfd331ae5 100644 --- a/smos-cursor/default.nix +++ b/smos-cursor/default.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "smos-cursor"; - version = "0.5.0"; + version = "0.6.0"; src = ./.; libraryHaskellDepends = [ base containers cursor cursor-dirforest cursor-fuzzy-time deepseq diff --git a/smos-cursor/package.yaml b/smos-cursor/package.yaml index 1a2928328..ff3e08364 100644 --- a/smos-cursor/package.yaml +++ b/smos-cursor/package.yaml @@ -1,5 +1,5 @@ name: smos-cursor -version: 0.5.0 +version: 0.6.0 github: NorfairKing/smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-cursor/smos-cursor.cabal b/smos-cursor/smos-cursor.cabal index 710d8bd06..3ba412165 100644 --- a/smos-cursor/smos-cursor.cabal +++ b/smos-cursor/smos-cursor.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-cursor -version: 0.5.0 +version: 0.6.0 homepage: https://github.com/NorfairKing/smos#readme bug-reports: https://github.com/NorfairKing/smos/issues author: Tom Sydney Kerckhove diff --git a/smos-data-gen/default.nix b/smos-data-gen/default.nix index 568a7d01d..7e97d2945 100644 --- a/smos-data-gen/default.nix +++ b/smos-data-gen/default.nix @@ -7,7 +7,7 @@ }: mkDerivation { pname = "smos-data-gen"; - version = "0.3.3"; + version = "0.4.0"; src = ./.; libraryHaskellDepends = [ base containers genvalidity genvalidity-containers genvalidity-text diff --git a/smos-data-gen/package.yaml b/smos-data-gen/package.yaml index 98e20db97..d8a4d8945 100644 --- a/smos-data-gen/package.yaml +++ b/smos-data-gen/package.yaml @@ -1,5 +1,5 @@ name: smos-data-gen -version: 0.3.3 +version: 0.4.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-data-gen/smos-data-gen.cabal b/smos-data-gen/smos-data-gen.cabal index 176dd1826..8fab6392e 100644 --- a/smos-data-gen/smos-data-gen.cabal +++ b/smos-data-gen/smos-data-gen.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-data-gen -version: 0.3.3 +version: 0.4.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-data/default.nix b/smos-data/default.nix index d25d9d1a1..582e7c2e8 100644 --- a/smos-data/default.nix +++ b/smos-data/default.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "smos-data"; - version = "0.5.1"; + version = "0.6.0"; src = ./.; libraryHaskellDepends = [ aeson aeson-pretty autodocodec autodocodec-yaml base bytestring diff --git a/smos-data/package.yaml b/smos-data/package.yaml index 013d93caf..a0a7e271b 100644 --- a/smos-data/package.yaml +++ b/smos-data/package.yaml @@ -1,5 +1,5 @@ name: smos-data -version: 0.5.1 +version: 0.6.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-data/smos-data.cabal b/smos-data/smos-data.cabal index f2dec8423..ea3060f54 100644 --- a/smos-data/smos-data.cabal +++ b/smos-data/smos-data.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-data -version: 0.5.1 +version: 0.6.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-directory-gen/default.nix b/smos-directory-gen/default.nix index 3164608f0..c23a780a3 100644 --- a/smos-directory-gen/default.nix +++ b/smos-directory-gen/default.nix @@ -6,7 +6,7 @@ }: mkDerivation { pname = "smos-directory-gen"; - version = "0.0.0"; + version = "0.1.0"; src = ./.; libraryHaskellDepends = [ base bytestring containers dirforest genvalidity diff --git a/smos-directory-gen/package.yaml b/smos-directory-gen/package.yaml index 379024ca5..26feeed99 100644 --- a/smos-directory-gen/package.yaml +++ b/smos-directory-gen/package.yaml @@ -1,5 +1,5 @@ name: smos-directory-gen -version: 0.0.0 +version: 0.1.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-directory-gen/smos-directory-gen.cabal b/smos-directory-gen/smos-directory-gen.cabal index 14f6481f3..049a69988 100644 --- a/smos-directory-gen/smos-directory-gen.cabal +++ b/smos-directory-gen/smos-directory-gen.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-directory-gen -version: 0.0.0 +version: 0.1.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-directory/default.nix b/smos-directory/default.nix index e826b9ed3..d3084b12b 100644 --- a/smos-directory/default.nix +++ b/smos-directory/default.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "smos-directory"; - version = "0.0.0"; + version = "0.0.1"; src = ./.; libraryHaskellDepends = [ aeson autodocodec base conduit containers cursor envparse microlens diff --git a/smos-directory/package.yaml b/smos-directory/package.yaml index e78cd7b79..7fc619cd8 100644 --- a/smos-directory/package.yaml +++ b/smos-directory/package.yaml @@ -1,5 +1,5 @@ name: smos-directory -version: 0.0.0 +version: 0.0.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-directory/smos-directory.cabal b/smos-directory/smos-directory.cabal index 26098d07d..da9d29cad 100644 --- a/smos-directory/smos-directory.cabal +++ b/smos-directory/smos-directory.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-directory -version: 0.0.0 +version: 0.0.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-docs-site/content/changelogs/2023-09-12.markdown b/smos-docs-site/content/changelogs/2023-09-12.markdown new file mode 100644 index 000000000..03798b54c --- /dev/null +++ b/smos-docs-site/content/changelogs/2023-09-12.markdown @@ -0,0 +1,60 @@ +- [smos 0.8.0](#smos-0.8.0) +- [smos-api 0.6.0](#smos-api-0.6.0) +- [smos-calendar-import 0.8.0](#smos-calendar-import-0.8.0) +- [smos-cli 0.0.1](#smos-cli-0.0.1) +- [smos-client 0.6.0](#smos-client-0.6.0) +- [smos-cursor 0.6.0](#smos-cursor-0.6.0) +- [smos-cursor-gen 0.2.2](#smos-cursor-gen-0.2.2) +- [smos-data 0.6.0](#smos-data-0.6.0) +- [smos-data-gen 0.4.0](#smos-data-gen-0.4.0) +- [smos-directory 0.0.1](#smos-directory-0.0.1) +- [smos-directory-gen 0.1.0](#smos-directory-gen-0.1.0) +- [smos-jobhunt 0.1.0](#smos-jobhunt-0.1.0) +- [smos-notify 0.3.1](#smos-notify-0.3.1) +- [smos-query 0.10.0](#smos-query-0.10.0) +- [smos-report 0.11.0](#smos-report-0.11.0) +- [smos-report-cursor 0.5.0](#smos-report-cursor-0.5.0) +- [smos-report-cursor-gen 0.4.0](#smos-report-cursor-gen-0.4.0) +- [smos-report-gen 0.6.0](#smos-report-gen-0.6.0) +- [smos-scheduler 0.7.1](#smos-scheduler-0.7.1) +- [smos-server 0.12.0](#smos-server-0.12.0) +- [smos-server-gen 0.7.1](#smos-server-gen-0.7.1) +- [smos-sync-client-gen 0.4.1](#smos-sync-client-gen-0.4.1) +- [smos-web-server 0.11.0](#smos-web-server-0.11.0) + +### Added + +* `smos`: `pp` for setting the `phone_number` property. +* `smos-jobhunt`: Made the waiting threshold configurable. +* `smos-calendar-import`: Now records whether you should be considered busy during an event in the `busy` property. +* `smos-query`: The `free` command: For showing when you may be available. +* `smos-query`: The `tags` command got a `--show-archive` flag. +* `smos`: The `AFTER` timestamp: + Don't show next actions if now is before the `AFTER` timestamp. + Don't show deadlines if now is before the `AFTER` timestamp. +* `smos-server`: Booking API: Users can now activate booking and be booked. +* `smos-web-server`: Booking UI: Users can now activate booking and be booked. +* `smos-api` and `smos-client`: An endpoint for deleting smos files. +* `smos-query`: The `ongoing` command: For showing entries that are happening now. + +### Changed + +* `smos-jobhunt`: Fix that the url wasn't being filled in. +* `smos`: Fixed that the `email` property was not coloured. +* `smos-jobhunt`: Fixed that the sender didn't receive a copy of the email. +* `smos-jobhunt`: Made the default waiting threshold 3 weeks. +* `smos-query`: The `tags` command now hides the archive by default. +* `smos-query`: Sped up the work report generation slightly by using difference lists. +* `smos-calendar-import`: Updated the `ical` depnedency. + This should speed up parsing of large calendars. + It should also allow importing from ICloud where previously that was not + possible because ICloud outputs invalid iCalendar files. +* `smos-query`: Don't consider entries with the property `busy: false` in the "next begin" part of the work report. +* `smos-api`: Bumped the API version to `0.4` with the addition of the booking API endpoints. +* All packages: Upgraded to LTS 20.23 and nixpkgs branch `nixos-23.05`. +* `smos-web-server`: Empty directories are now deleted in the web editor. +* `smos-notify`: The notification now shows the filename of the entry that the notification is about. +* `smos`: Fixed a bug where the cursor would sometimes become invisible in the work report. +* `smos-query`: Added an `ongoing` section to the work report. +* `smos`: Added an `ongoing` section to the interactive work report. +* `smos` and `smos-query`: Fixed a bug that caused files in the top-level of the archive directory to still show up in reports that were meant to hide the archive. diff --git a/smos-docs-site/content/unreleased.markdown b/smos-docs-site/content/unreleased.markdown index a56e03ff1..e69de29bb 100644 --- a/smos-docs-site/content/unreleased.markdown +++ b/smos-docs-site/content/unreleased.markdown @@ -1,36 +0,0 @@ -### Added - -* `smos`: `pp` for setting the `phone_number` property. -* `smos-jobhunt`: Made the waiting threshold configurable. -* `smos-calendar-import`: Now records whether you should be considered busy during an event in the `busy` property. -* `smos-query`: The `free` command: For showing when you may be available. -* `smos-query`: The `tags` command got a `--show-archive` flag. -* `smos`: The `AFTER` timestamp: - Don't show next actions if now is before the 'AFTER' timestamp. - Don't show deadlines if now is before the 'AFTER' timestamp. -* `smos-server`: Booking API: Users can now activate booking and be booked. -* `smos-web-server`: Booking UI: Users can now activate booking and be booked. -* `smos-api` and `smos-client`: An endpoint for deleting smos files. -* `smos-query`: The `ongoing` command: For showing entries that are happening now. - -### Changed - -* `smos-jobhunt`: Fix that the url wasn't being filled in. -* `smos`: Fixed that the `email` property was not coloured. -* `smos-jobhunt`: Fixed that the sender didn't receive a copy of the email. -* `smos-jobhunt`: Made the default waiting threshold 3 weeks. -* `smos-query`: The `tags` command now hides the archive by default. -* `smos-query`: Sped up the work report generation slightly by using difference lists. -* `smos-calendar-import`: Updated the `ical` depnedency. - This should speed up parsing of large calendars. - It should also allow importing from ICloud where previously that was not - possible because ICloud outputs invalid iCalendar files. -* `smos-query`: Don't consider entries with the property `busy: false` in the "next begin" part of the work report. -* `smos-api`: Bumped the API version to `0.4` with the addition of the booking API endpoints. -* All packages: Upgraded to LTS 20.23 and nixpkgs branch `nixos-23.05`. -* `smos-web-server`: Empty directories are now deleted in the web editor. -* `smos-notify`: The notification now shows the filename of the entry that the notification is about. -* `smos`: Fixed a bug where the cursor would sometimes become invisible in the work report. -* `smos-query`: Added an `ongoing` section to the work report. -* `smos`: Added an `ongoing` section to the interactive work report. -* `smos` and `smos-query`: Fixed a bug that caused files in the top-level of the archive directory to still show up in reports that were meant to hide the archive. diff --git a/smos-docs-site/smos-docs-site.cabal b/smos-docs-site/smos-docs-site.cabal index 51ee385b3..72da1c435 100644 --- a/smos-docs-site/smos-docs-site.cabal +++ b/smos-docs-site/smos-docs-site.cabal @@ -51,6 +51,7 @@ extra-source-files: content/changelogs/2022-11-11.markdown content/changelogs/2022-11-15.markdown content/changelogs/2023-03-23.markdown + content/changelogs/2023-09-12.markdown content/pages/blogposts.markdown content/pages/building-installation.markdown content/pages/cheat-sheet.markdown diff --git a/smos-jobhunt/default.nix b/smos-jobhunt/default.nix index 9e29f486a..8cc962069 100644 --- a/smos-jobhunt/default.nix +++ b/smos-jobhunt/default.nix @@ -7,7 +7,7 @@ }: mkDerivation { pname = "smos-jobhunt"; - version = "0.0.0"; + version = "0.1.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/smos-jobhunt/package.yaml b/smos-jobhunt/package.yaml index 1ac0e8335..8c1ec8cda 100644 --- a/smos-jobhunt/package.yaml +++ b/smos-jobhunt/package.yaml @@ -1,5 +1,5 @@ name: smos-jobhunt -version: 0.0.0 +version: 0.1.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-jobhunt/smos-jobhunt.cabal b/smos-jobhunt/smos-jobhunt.cabal index 022d18217..53da92e60 100644 --- a/smos-jobhunt/smos-jobhunt.cabal +++ b/smos-jobhunt/smos-jobhunt.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-jobhunt -version: 0.0.0 +version: 0.1.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-notify/default.nix b/smos-notify/default.nix index 9fd06e1cd..d0da34a62 100644 --- a/smos-notify/default.nix +++ b/smos-notify/default.nix @@ -6,7 +6,7 @@ }: mkDerivation { pname = "smos-notify"; - version = "0.3.0"; + version = "0.3.1"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/smos-notify/package.yaml b/smos-notify/package.yaml index e99b0640c..60aa38f6b 100644 --- a/smos-notify/package.yaml +++ b/smos-notify/package.yaml @@ -1,5 +1,5 @@ name: smos-notify -version: 0.3.0 +version: 0.3.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-notify/smos-notify.cabal b/smos-notify/smos-notify.cabal index c15c0dc70..53a551c91 100644 --- a/smos-notify/smos-notify.cabal +++ b/smos-notify/smos-notify.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-notify -version: 0.3.0 +version: 0.3.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-query/default.nix b/smos-query/default.nix index d53f0cc23..e309ee5d3 100644 --- a/smos-query/default.nix +++ b/smos-query/default.nix @@ -8,7 +8,7 @@ }: mkDerivation { pname = "smos-query"; - version = "0.9.0"; + version = "0.10.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/smos-query/package.yaml b/smos-query/package.yaml index d4b0f1340..74154ae9d 100644 --- a/smos-query/package.yaml +++ b/smos-query/package.yaml @@ -1,5 +1,5 @@ name: smos-query -version: 0.9.0 +version: 0.10.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-query/smos-query.cabal b/smos-query/smos-query.cabal index 122fbfe09..77e5589b1 100644 --- a/smos-query/smos-query.cabal +++ b/smos-query/smos-query.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-query -version: 0.9.0 +version: 0.10.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-report-cursor-gen/default.nix b/smos-report-cursor-gen/default.nix index aeb287211..5f1d1aa5e 100644 --- a/smos-report-cursor-gen/default.nix +++ b/smos-report-cursor-gen/default.nix @@ -8,7 +8,7 @@ }: mkDerivation { pname = "smos-report-cursor-gen"; - version = "0.3.0"; + version = "0.4.0"; src = ./.; libraryHaskellDepends = [ base containers cursor cursor-gen genvalidity genvalidity-path diff --git a/smos-report-cursor-gen/package.yaml b/smos-report-cursor-gen/package.yaml index 1cad6d885..4a8b9acf5 100644 --- a/smos-report-cursor-gen/package.yaml +++ b/smos-report-cursor-gen/package.yaml @@ -1,5 +1,5 @@ name: smos-report-cursor-gen -version: 0.3.0 +version: 0.4.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-report-cursor-gen/smos-report-cursor-gen.cabal b/smos-report-cursor-gen/smos-report-cursor-gen.cabal index 717f900c1..cb4ecb943 100644 --- a/smos-report-cursor-gen/smos-report-cursor-gen.cabal +++ b/smos-report-cursor-gen/smos-report-cursor-gen.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-report-cursor-gen -version: 0.3.0 +version: 0.4.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-report-cursor/default.nix b/smos-report-cursor/default.nix index 57dbb607e..b2b830815 100644 --- a/smos-report-cursor/default.nix +++ b/smos-report-cursor/default.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "smos-report-cursor"; - version = "0.4.0"; + version = "0.5.0"; src = ./.; libraryHaskellDepends = [ base conduit containers cursor deepseq dlist microlens path diff --git a/smos-report-cursor/package.yaml b/smos-report-cursor/package.yaml index 790262eda..6fcaa3019 100644 --- a/smos-report-cursor/package.yaml +++ b/smos-report-cursor/package.yaml @@ -1,5 +1,5 @@ name: smos-report-cursor -version: 0.4.0 +version: 0.5.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-report-cursor/smos-report-cursor.cabal b/smos-report-cursor/smos-report-cursor.cabal index 0be92e6a1..a50b1ffcb 100644 --- a/smos-report-cursor/smos-report-cursor.cabal +++ b/smos-report-cursor/smos-report-cursor.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-report-cursor -version: 0.4.0 +version: 0.5.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-report-gen/default.nix b/smos-report-gen/default.nix index 11f79e439..98e074a13 100644 --- a/smos-report-gen/default.nix +++ b/smos-report-gen/default.nix @@ -8,7 +8,7 @@ }: mkDerivation { pname = "smos-report-gen"; - version = "0.5.0"; + version = "0.6.0"; src = ./.; libraryHaskellDepends = [ base containers cursor cursor-gen deepseq dlist genvalidity diff --git a/smos-report-gen/package.yaml b/smos-report-gen/package.yaml index da91c4c26..71c25156c 100644 --- a/smos-report-gen/package.yaml +++ b/smos-report-gen/package.yaml @@ -1,5 +1,5 @@ name: smos-report-gen -version: 0.5.0 +version: 0.6.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-report-gen/smos-report-gen.cabal b/smos-report-gen/smos-report-gen.cabal index 6687a23d5..73841f88a 100644 --- a/smos-report-gen/smos-report-gen.cabal +++ b/smos-report-gen/smos-report-gen.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-report-gen -version: 0.5.0 +version: 0.6.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-report/default.nix b/smos-report/default.nix index d94cafd60..4927520d7 100644 --- a/smos-report/default.nix +++ b/smos-report/default.nix @@ -6,7 +6,7 @@ }: mkDerivation { pname = "smos-report"; - version = "0.10.0"; + version = "0.11.0"; src = ./.; libraryHaskellDepends = [ aeson autodocodec base conduit containers cursor deepseq dlist diff --git a/smos-report/package.yaml b/smos-report/package.yaml index 4d99ebb6e..8fbb89f06 100644 --- a/smos-report/package.yaml +++ b/smos-report/package.yaml @@ -1,5 +1,5 @@ name: smos-report -version: 0.10.0 +version: 0.11.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-report/smos-report.cabal b/smos-report/smos-report.cabal index 1ecbb3487..11f2f289e 100644 --- a/smos-report/smos-report.cabal +++ b/smos-report/smos-report.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-report -version: 0.10.0 +version: 0.11.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-scheduler/default.nix b/smos-scheduler/default.nix index 48648e486..f4f4a328a 100644 --- a/smos-scheduler/default.nix +++ b/smos-scheduler/default.nix @@ -12,7 +12,7 @@ }: mkDerivation { pname = "smos-scheduler"; - version = "0.7.0"; + version = "0.7.1"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/smos-scheduler/package.yaml b/smos-scheduler/package.yaml index 910f6a7dd..4719256e1 100644 --- a/smos-scheduler/package.yaml +++ b/smos-scheduler/package.yaml @@ -1,5 +1,5 @@ name: smos-scheduler -version: 0.7.0 +version: 0.7.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-scheduler/smos-scheduler.cabal b/smos-scheduler/smos-scheduler.cabal index a23128d2b..dffca454f 100644 --- a/smos-scheduler/smos-scheduler.cabal +++ b/smos-scheduler/smos-scheduler.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-scheduler -version: 0.7.0 +version: 0.7.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-server-gen/default.nix b/smos-server-gen/default.nix index 6fb10c061..bfa35d387 100644 --- a/smos-server-gen/default.nix +++ b/smos-server-gen/default.nix @@ -12,7 +12,7 @@ }: mkDerivation { pname = "smos-server-gen"; - version = "0.7.0"; + version = "0.7.1"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/smos-server-gen/package.yaml b/smos-server-gen/package.yaml index 5524a264a..5b778cf36 100644 --- a/smos-server-gen/package.yaml +++ b/smos-server-gen/package.yaml @@ -1,5 +1,5 @@ name: smos-server-gen -version: 0.7.0 +version: 0.7.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-server-gen/smos-server-gen.cabal b/smos-server-gen/smos-server-gen.cabal index a62b8578d..042d7e757 100644 --- a/smos-server-gen/smos-server-gen.cabal +++ b/smos-server-gen/smos-server-gen.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-server-gen -version: 0.7.0 +version: 0.7.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-server/default.nix b/smos-server/default.nix index 68ab41d7b..69798ff72 100644 --- a/smos-server/default.nix +++ b/smos-server/default.nix @@ -13,7 +13,7 @@ }: mkDerivation { pname = "smos-server"; - version = "0.11.0"; + version = "0.12.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/smos-server/package.yaml b/smos-server/package.yaml index 36b2689ed..3a244b168 100644 --- a/smos-server/package.yaml +++ b/smos-server/package.yaml @@ -1,5 +1,5 @@ name: smos-server -version: 0.11.0 +version: 0.12.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-server/smos-server.cabal b/smos-server/smos-server.cabal index f10afc5f4..558080a2a 100644 --- a/smos-server/smos-server.cabal +++ b/smos-server/smos-server.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-server -version: 0.11.0 +version: 0.12.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-sync-client-gen/default.nix b/smos-sync-client-gen/default.nix index de7a70d77..2a274801d 100644 --- a/smos-sync-client-gen/default.nix +++ b/smos-sync-client-gen/default.nix @@ -9,7 +9,7 @@ }: mkDerivation { pname = "smos-sync-client-gen"; - version = "0.4.0"; + version = "0.4.1"; src = ./.; libraryHaskellDepends = [ async base bytestring containers dirforest genvalidity diff --git a/smos-sync-client-gen/package.yaml b/smos-sync-client-gen/package.yaml index 0266a9fac..acdabfbe7 100644 --- a/smos-sync-client-gen/package.yaml +++ b/smos-sync-client-gen/package.yaml @@ -1,5 +1,5 @@ name: smos-sync-client-gen -version: 0.4.0 +version: 0.4.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-sync-client-gen/smos-sync-client-gen.cabal b/smos-sync-client-gen/smos-sync-client-gen.cabal index 26abac03a..5e134209f 100644 --- a/smos-sync-client-gen/smos-sync-client-gen.cabal +++ b/smos-sync-client-gen/smos-sync-client-gen.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-sync-client-gen -version: 0.4.0 +version: 0.4.1 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-web-server/default.nix b/smos-web-server/default.nix index 2b484e292..8136c752b 100644 --- a/smos-web-server/default.nix +++ b/smos-web-server/default.nix @@ -14,7 +14,7 @@ }: mkDerivation { pname = "smos-web-server"; - version = "0.10.0"; + version = "0.11.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/smos-web-server/package.yaml b/smos-web-server/package.yaml index 90acb5dcf..0ce4eef3f 100644 --- a/smos-web-server/package.yaml +++ b/smos-web-server/package.yaml @@ -1,5 +1,5 @@ name: smos-web-server -version: 0.10.0 +version: 0.11.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos-web-server/smos-web-server.cabal b/smos-web-server/smos-web-server.cabal index 092179914..5dd05de54 100644 --- a/smos-web-server/smos-web-server.cabal +++ b/smos-web-server/smos-web-server.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos-web-server -version: 0.10.0 +version: 0.11.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos/default.nix b/smos/default.nix index 36f170c46..7d8d563b4 100644 --- a/smos/default.nix +++ b/smos/default.nix @@ -14,7 +14,7 @@ }: mkDerivation { pname = "smos"; - version = "0.7.0"; + version = "0.8.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/smos/package.yaml b/smos/package.yaml index a75e69838..8fe046c6a 100644 --- a/smos/package.yaml +++ b/smos/package.yaml @@ -1,5 +1,5 @@ name: smos -version: 0.7.0 +version: 0.8.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu diff --git a/smos/smos.cabal b/smos/smos.cabal index 75002c0da..7cc1eeea7 100644 --- a/smos/smos.cabal +++ b/smos/smos.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: smos -version: 0.7.0 +version: 0.8.0 category: Smos author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu