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 Nov 11, 2022
1 parent a1788ca commit ce01f19
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 25 deletions.
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.6.0
version: 0.6.1
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.6.0
version: 0.6.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
21 changes: 21 additions & 0 deletions smos-docs-site/content/changelogs/2022-11-11.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- <a name="smos-0.6.1">[smos 0.6.1](#smos-0.6.1)
- <a name="smos-calendar-import-0.6.1">[smos-calendar-import 0.6.1](#smos-calendar-import-0.6.1)
- <a name="smos-scheduler-0.6.0">[smos-scheduler 0.6.0](#smos-scheduler-0.6.0)
- <a name="smos-server-0.10.1">[smos-server 0.10.1](#smos-server-0.10.1)

### Changed

* `smos-scheduler`:
When a rent recurrence schedule is activated the first time, it is activated
as if the current time is the time it would have been activated next.

* Home manager module: The `workflowDir` option is now put into the smos config
file, instead of only used for the backup script.

* `smos-server`:
Use the default compression level (3) for compressing backups instead of the
maximum level (24).

* `smos`:
Fixed a bug in which the directory could not be switched if the target had
the same contents (empty) as the currently selected directory.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ When a given commit on the `development` branch is supposedly ready for release,
1. Make sure that the version number of the API has been changed if the API has been changed.
1. Add new release section in the changelog.
1. Run `nix-shell --run 'stack runhaskell scripts/gen-changelog-release-section.hs'` to add all the version numbers to the changelog.
1. Make sure that CI passes, remotely as well as with `ci.nix`.
1. Make sure that CI passes locally using `nix-build ci.nix`.
1. Make a release candidate commit.
1. Make sure that CI passes remotely.
1. Merge `development` into `release`.
1. Run the release script to create the appropriate tags: `nix-shell --run 'stack runhaskell scripts/make-release-tags.hs'`.
1. Push to github with `git push`.
Expand Down
16 changes: 0 additions & 16 deletions smos-docs-site/content/unreleased.markdown
Original file line number Diff line number Diff line change
@@ -1,16 +0,0 @@
### Changed

* `smos-scheduler`:
When a rent recurrence schedule is activated the first time, it is activated
as if the current time is the time it would have been activated next.

* Home manager module: The `workflowDir` option is now put into the smos config
file, instead of only used for the backup script.

* `smos-server`:
Use the default compression level (3) for compressing backups instead of the
maximum level (24).

* `smos`:
Fixed a bug in which the directory could not be switched if the target had
the same contents (empty) as the currently selected directory.
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 @@ -48,6 +48,7 @@ extra-source-files:
content/changelogs/2022-07-22.markdown
content/changelogs/2022-08-20.markdown
content/changelogs/2022-09-26.markdown
content/changelogs/2022-11-11.markdown
content/pages/blogposts.markdown
content/pages/building-installation.markdown
content/pages/cheat-sheet.markdown
Expand Down
2 changes: 1 addition & 1 deletion smos-scheduler/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-scheduler
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-scheduler/smos-scheduler.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-scheduler
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-server/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-server
version: 0.10.0
version: 0.10.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-server/smos-server.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
version: 0.10.0
version: 0.10.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos
version: 0.6.0
version: 0.6.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos/smos.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
version: 0.6.0
version: 0.6.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down

0 comments on commit ce01f19

Please sign in to comment.