Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mabiede committed Jul 5, 2023
1 parent 58f5dad commit 766a4c7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [unreleased](https://github.com/uzh/guardian/tree/HEAD)

## [0.2.0](https://github.com/uzh/guardian/tree/0.2.0) - 2023-07-05

## Added

- helper functions on backend for integrated guardian usage

## Changed

- extract roles into separate table
- rework relations
- combine "find checker" functions
- optimised validate function


## [0.1.1](https://github.com/uzh/guardian/tree/0.1.1) - 2023-03-28

## Added
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(name guardian)

(version 0.1.1)
(version 0.2.0)

(license GPL-2.0-or-later)

Expand Down
2 changes: 1 addition & 1 deletion guardian.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: "0.1.1"
version: "0.2.0"
synopsis: "Role-based access control for OCaml"
description:
"Defined actors can access targets according to specified rules (allowed actions: CRUD)."
Expand Down
19 changes: 10 additions & 9 deletions guardian.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "0.1.1"
version: "0.2.0"
synopsis: "Role-based access control for OCaml"
description:
"Defined actors can access targets according to specified rules (allowed actions: CRUD)."
Expand All @@ -17,20 +17,21 @@ depends: [
"base-threads" {= "base"}
"base-unix" {= "base"}
"bigarray-compat" {= "1.1.0"}
"bigstringaf" {= "0.9.0"}
"bigstringaf" {= "0.9.1"}
"caqti" {= "1.9.0"}
"caqti-driver-mariadb" {= "1.9.0"}
"caqti-lwt" {= "1.9.0"}
"cmdliner" {= "1.0.4"}
"conf-gcc" {= "1.0"}
"conf-mariadb" {= "2"}
"conf-pkg-config" {= "2"}
"containers" {= "3.11"}
"containers" {= "3.12"}
"containers-data" {= "3.12"}
"cppo" {= "1.6.9"}
"csexp" {= "1.5.1"}
"ctypes" {= "0.20.1"}
"dune" {= "3.7.0"}
"dune-configurator" {= "3.7.0"}
"csexp" {= "1.5.2"}
"ctypes" {= "0.20.2"}
"dune" {= "3.9.0"}
"dune-configurator" {= "3.9.0"}
"either" {= "1.0.0"}
"fmt" {= "0.9.0"}
"integers" {= "0.7.0"}
Expand All @@ -47,7 +48,7 @@ depends: [
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "5.2.1"}
"ppx_deriving_yojson" {= "3.7.0"}
"ppxlib" {= "0.29.1"}
"ppxlib" {= "0.30.0"}
"ptime" {= "1.1.0"}
"result" {= "1.5"}
"seq" {= "base"}
Expand All @@ -56,7 +57,7 @@ depends: [
"stringext" {= "1.6.0"}
"topkg" {= "1.0.7"}
"uri" {= "4.2.0"}
"yojson" {= "2.0.2"}
"yojson" {= "2.1.0"}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 766a4c7

Please sign in to comment.