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 Jun 9, 2022
1 parent fb75ab5 commit 41d5ba2
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 23 deletions.
20 changes: 20 additions & 0 deletions smos-docs-site/content/changelogs/2022-06-09.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- <a name="smos-report-0.8.1">[smos-report 0.8.1](#smos-report-0.8.1)
- <a name="smos-server-0.9.0">[smos-server 0.9.0](#smos-server-0.9.0)
- <a name="smos-server-gen-0.6.0">[smos-server-gen 0.6.0](#smos-server-gen-0.6.0)

### Changed

* The local backup now uses shell-scripting-friendlier filenames.
For example; `2022-06-05_224543` instead of `2022-06-05_22:45:43`.

* Fixed a bug where the projects report reported done entries as the current entry.
Thank you [@CSVdB](https://github.com/CSVdB)!

### Removed

* `smos-server`: Removed the "backup interval" feature.
Backups are now made every time the backup looper runs, instead of only if the "backup interval" has expired.
This means that the backup looper's period has effectively become the backup interval.
* `smos-server`: Removed the server "max backups per user" feature.
The maximum number of backups per user _per period_ is now the default way to configure backup deletion.
Configuring the maximum number of backups per user _over all periods_ is no longer possible.
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ When a given commit on the `development` branch is supposedly ready for release,
1. Make a GitHub release with the contents of the changelog using `nix-shell --run ./scripts/make-github-release.sh`.
1. Deploy to production.
1. Double-check that `development` and `release` now all point to the same version.
1. Run `niv update smos-latest-release` to point the e2e compatibility tests to the newest release.
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

* The local backup now uses shell-scripting-friendlier filenames.
For example; `2022-06-05_224543` instead of `2022-06-05_22:45:43`.

* Fixed a bug where the projects report reported done entries as the current entry.
Thank you [@CSVdB](https://github.com/CSVdB)!

### Removed

* `smos-server`: Removed the "backup interval" feature.
Backups are now made every time the backup looper runs, instead of only if the "backup interval" has expired.
This means that the backup looper's period has effectively become the backup interval.
* `smos-server`: Removed the server "max backups per user" feature.
The maximum number of backups per user _per period_ is now the default way to configure backup deletion.
Configuring the maximum number of backups per user _over all periods_ is no longer possible.
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 @@ -43,6 +43,7 @@ extra-source-files:
content/changelogs/2022-05-04.markdown
content/changelogs/2022-05-19.markdown
content/changelogs/2022-05-27.markdown
content/changelogs/2022-06-09.markdown
content/pages/blogposts.markdown
content/pages/building-installation.markdown
content/pages/cheat-sheet.markdown
Expand Down
2 changes: 1 addition & 1 deletion smos-report/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: smos-report
version: 0.8.0
version: 0.8.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
2 changes: 1 addition & 1 deletion smos-report/smos-report.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
version: 0.8.0
version: 0.8.1
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
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.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-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.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.8.0
version: 0.9.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down
4 changes: 2 additions & 2 deletions smos-server/smos-server.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.6.
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name: smos-server
version: 0.8.0
version: 0.9.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
Expand Down

0 comments on commit 41d5ba2

Please sign in to comment.