Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Erben committed Feb 28, 2022
1 parent 2c332e7 commit 52c84f0
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.0.2] - 2022-02-28
### Added
- Expos all log sources

## [3.0.1] - 2021-11-23
### Fixed
- Fixed a bug in the CSRF middleware where the current session cookie was overriden with an empty session
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(generate_opam_files true)

(name sihl)
(version 3.0.1)
(version 3.0.2)

(authors
"Josef Erben"
Expand Down
2 changes: 1 addition & 1 deletion sihl-cache.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "Cache service implementations for Sihl"
description: "A key-value store with support for PostgreSQL and MariaDB."
maintainer: ["josef@oxidizing.io"]
Expand Down
2 changes: 1 addition & 1 deletion sihl-cache.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "Cache service implementations for Sihl"
description: "A key-value store with support for PostgreSQL and MariaDB."
maintainer: ["josef@oxidizing.io"]
Expand Down
2 changes: 1 addition & 1 deletion sihl-email.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "Email service implementations for Sihl"
description: "Modules for sending emails using Lwt and SMTP or Sendgrid."
maintainer: ["josef@oxidizing.io"]
Expand Down
2 changes: 1 addition & 1 deletion sihl-email.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "Email service implementations for Sihl"
description: "Modules for sending emails using Lwt and SMTP or Sendgrid."
maintainer: ["josef@oxidizing.io"]
Expand Down
2 changes: 1 addition & 1 deletion sihl-queue.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "Queue service implementations for Sihl"
description:
"Modules for running tasks in the background on a persistent queue."
Expand Down
2 changes: 1 addition & 1 deletion sihl-queue.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "Queue service implementations for Sihl"
description:
"Modules for running tasks in the background on a persistent queue."
Expand Down
2 changes: 1 addition & 1 deletion sihl-storage.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "Storage service implementations for Sihl"
description:
"Modules for storing large binary blobs using either PostgreSQL or MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl-storage.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "Storage service implementations for Sihl"
description:
"Modules for storing large binary blobs using either PostgreSQL or MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl-token.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "Token service implementations for Sihl"
description:
"Modules for token handling with support for JWT blacklisting and server-side stored tokens using PostgreSQL and MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl-token.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "Token service implementations for Sihl"
description:
"Modules for token handling with support for JWT blacklisting and server-side stored tokens using PostgreSQL and MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl-user.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "User service implementations for Sihl"
description:
"Modules for user management and password reset workflows with support for PostgreSQL and MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl-user.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "User service implementations for Sihl"
description:
"Modules for user management and password reset workflows with support for PostgreSQL and MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "The Sihl web framework"
description: """

Expand Down
2 changes: 1 addition & 1 deletion sihl.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "3.0.1"
version: "3.0.2"
synopsis: "The Sihl web framework"
description: """

Expand Down

0 comments on commit 52c84f0

Please # to comment.