Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseferben committed Nov 16, 2021
1 parent 1c29a06 commit 578f112
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 15 deletions.
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 2.0.1)
(version 3.0.0)

(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: "2.0.1"
version: "3.0.0"
synopsis: "Cache service implementations for Sihl"
description: "A key-value store with support for PostgreSQL and MariaDB."
maintainer: ["josef@oxidizing.io"]
Expand Down
6 changes: 5 additions & 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: "2.0.1"
version: "3.0.0"
synopsis: "Cache service implementations for Sihl"
description: "A key-value store with support for PostgreSQL and MariaDB."
maintainer: ["josef@oxidizing.io"]
Expand All @@ -9,10 +9,14 @@ homepage: "https://github.com/oxidizing/sihl"
doc: "https://oxidizing.github.io/sihl/"
bug-reports: "https://github.com/oxidizing/sihl/issues"
depends: [
"base-bigarray" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"dune" {= "2.9.1"}
"ocaml" {= "4.12.0"}
"ocaml-base-compiler" {= "4.12.0"}
"ocaml-config" {= "2"}
"ocaml-options-vanilla" {= "1"}
]
build: [
["dune" "subst"] {dev}
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: "2.0.1"
version: "3.0.0"
synopsis: "Email service implementations for Sihl"
description: "Modules for sending emails using Lwt and SMTP or Sendgrid."
maintainer: ["josef@oxidizing.io"]
Expand Down
6 changes: 5 additions & 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: "2.0.1"
version: "3.0.0"
synopsis: "Email service implementations for Sihl"
description: "Modules for sending emails using Lwt and SMTP or Sendgrid."
maintainer: ["josef@oxidizing.io"]
Expand All @@ -13,6 +13,7 @@ depends: [
"asn1-combinators" {= "0.2.6"}
"astring" {= "0.8.5"}
"base" {= "v0.14.1"}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
Expand Down Expand Up @@ -74,8 +75,11 @@ depends: [
"mtime" {= "1.3.0"}
"num" {= "1.4"}
"ocaml" {= "4.12.0"}
"ocaml-base-compiler" {= "4.12.0"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-migrate-parsetree" {= "2.2.0"}
"ocaml-options-vanilla" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.14.0"}
"ocamlfind" {= "1.9.1"}
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: "2.0.1"
version: "3.0.0"
synopsis: "Queue service implementations for Sihl"
description:
"Modules for running tasks in the background on a persistent queue."
Expand Down
6 changes: 5 additions & 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: "2.0.1"
version: "3.0.0"
synopsis: "Queue service implementations for Sihl"
description:
"Modules for running tasks in the background on a persistent queue."
Expand All @@ -10,14 +10,18 @@ homepage: "https://github.com/oxidizing/sihl"
doc: "https://oxidizing.github.io/sihl/"
bug-reports: "https://github.com/oxidizing/sihl/issues"
depends: [
"base-bigarray" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"cmdliner" {= "1.0.4"}
"dune" {= "2.9.1"}
"markup" {= "1.0.2"}
"ocaml" {= "4.12.0"}
"ocaml-base-compiler" {= "4.12.0"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-migrate-parsetree" {= "2.2.0"}
"ocaml-options-vanilla" {= "1"}
"ocamlbuild" {= "0.14.0"}
"ocamlfind" {= "1.9.1"}
"ppx_derivers" {= "1.2.1"}
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: "2.0.1"
version: "3.0.0"
synopsis: "Storage service implementations for Sihl"
description:
"Modules for storing large binary blobs using either PostgreSQL or MariaDB."
Expand Down
6 changes: 5 additions & 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: "2.0.1"
version: "3.0.0"
synopsis: "Storage service implementations for Sihl"
description:
"Modules for storing large binary blobs using either PostgreSQL or MariaDB."
Expand All @@ -10,10 +10,14 @@ homepage: "https://github.com/oxidizing/sihl"
doc: "https://oxidizing.github.io/sihl/"
bug-reports: "https://github.com/oxidizing/sihl/issues"
depends: [
"base-bigarray" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"dune" {= "2.9.1"}
"ocaml" {= "4.12.0"}
"ocaml-base-compiler" {= "4.12.0"}
"ocaml-config" {= "2"}
"ocaml-options-vanilla" {= "1"}
]
build: [
["dune" "subst"] {dev}
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: "2.0.1"
version: "3.0.0"
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
6 changes: 5 additions & 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: "2.0.1"
version: "3.0.0"
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 All @@ -10,10 +10,14 @@ homepage: "https://github.com/oxidizing/sihl"
doc: "https://oxidizing.github.io/sihl/"
bug-reports: "https://github.com/oxidizing/sihl/issues"
depends: [
"base-bigarray" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"dune" {= "2.9.1"}
"ocaml" {= "4.12.0"}
"ocaml-base-compiler" {= "4.12.0"}
"ocaml-config" {= "2"}
"ocaml-options-vanilla" {= "1"}
]
build: [
["dune" "subst"] {dev}
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: "2.0.1"
version: "3.0.0"
synopsis: "User service implementations for Sihl"
description:
"Modules for user management and password reset workflows with support for PostgreSQL and MariaDB."
Expand Down
6 changes: 5 additions & 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: "2.0.1"
version: "3.0.0"
synopsis: "User service implementations for Sihl"
description:
"Modules for user management and password reset workflows with support for PostgreSQL and MariaDB."
Expand All @@ -10,10 +10,14 @@ homepage: "https://github.com/oxidizing/sihl"
doc: "https://oxidizing.github.io/sihl/"
bug-reports: "https://github.com/oxidizing/sihl/issues"
depends: [
"base-bigarray" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"dune" {= "2.9.1"}
"ocaml" {= "4.12.0"}
"ocaml-base-compiler" {= "4.12.0"}
"ocaml-config" {= "2"}
"ocaml-options-vanilla" {= "1"}
]
build: [
["dune" "subst"] {dev}
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: "2.0.1"
version: "3.0.0"
synopsis: "The Sihl web framework"
description: """

Expand Down
10 changes: 9 additions & 1 deletion sihl.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.0.1"
version: "3.0.0"
synopsis: "The Sihl web framework"
description: """

Expand All @@ -16,6 +16,7 @@ depends: [
"asn1-combinators" {= "0.2.6"}
"astring" {= "0.8.5"}
"base" {= "v0.14.1"}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
Expand All @@ -35,8 +36,10 @@ depends: [
"conformist" {= "0.6.0"}
"containers" {= "3.6.1"}
"cppo" {= "1.6.8"}
"cpuid" {= "0.1.2"}
"csexp" {= "1.5.1"}
"cstruct" {= "6.0.1"}
"cstruct-lwt" {= "6.0.1"}
"cstruct-sexp" {= "6.0.1"}
"digestif" {= "1.1.0"}
"domain-name" {= "0.3.0"}
Expand Down Expand Up @@ -76,13 +79,18 @@ depends: [
"mmap" {= "1.1.0"}
"mtime" {= "1.3.0"}
"multipart-form-data" {= "0.3.0"}
"nocrypto" {= "0.5.4-2"}
"num" {= "1.4"}
"ocaml" {= "4.12.0"}
"ocaml-base-compiler" {= "4.12.0"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-migrate-parsetree" {= "2.2.0"}
"ocaml-options-vanilla" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.14.0"}
"ocamlfind" {= "1.9.1"}
"ocb-stubblr" {= "0.1.1-1"}
"ocplib-endian" {= "1.1"}
"opium" {= "0.20.0"}
"parsexp" {= "v0.14.1"}
Expand Down

0 comments on commit 578f112

Please sign in to comment.