Skip to content

Commit

Permalink
autogen(docs): regenerate and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Mar 8, 2023
1 parent 75ae307 commit 151db7c
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@

**Table of Contents**

- [0.0.0 (2023-03-07)](#000-2023-03-07)
- [0.0.0 (2023-03-08)](#000-2023-03-08)
- [Bug Fixes](#bug-fixes)
- [Features](#features)
- [Tests](#tests)
- [0.11.0-alpha.0 (2023-02-23)](#0110-alpha0-2023-02-23)
- [Bug Fixes](#bug-fixes-1)
- [Code Generation](#code-generation)
- [Code Refactoring](#code-refactoring)
- [Documentation](#documentation)
- [Features](#features)
- [Features](#features-1)
- [Tests](#tests-1)
- [Unclassified](#unclassified)
- [0.10.0-alpha.0 (2022-09-27)](#0100-alpha0-2022-09-27)
Expand All @@ -22,15 +23,15 @@
- [Code Generation](#code-generation-1)
- [Code Refactoring](#code-refactoring-1)
- [Documentation](#documentation-1)
- [Features](#features-1)
- [Features](#features-2)
- [Tests](#tests-2)
- [0.9.0-alpha.0 (2022-08-01)](#090-alpha0-2022-08-01)
- [Breaking Changes](#breaking-changes)
- [Bug Fixes](#bug-fixes-3)
- [Code Generation](#code-generation-2)
- [Code Refactoring](#code-refactoring-2)
- [Documentation](#documentation-2)
- [Features](#features-2)
- [Features](#features-3)
- [Tests](#tests-3)
- [0.8.0-alpha.2 (2022-03-04)](#080-alpha2-2022-03-04)
- [Bug Fixes](#bug-fixes-4)
Expand All @@ -45,7 +46,7 @@
- [Code Generation](#code-generation-5)
- [Code Refactoring](#code-refactoring-3)
- [Documentation](#documentation-4)
- [Features](#features-3)
- [Features](#features-4)
- [0.7.0-alpha.1 (2021-10-19)](#070-alpha1-2021-10-19)
- [Code Generation](#code-generation-6)
- [Documentation](#documentation-5)
Expand All @@ -56,22 +57,22 @@
- [Code Generation](#code-generation-7)
- [Code Refactoring](#code-refactoring-4)
- [Documentation](#documentation-6)
- [Features](#features-4)
- [Features](#features-5)
- [Tests](#tests-5)
- [0.6.0-alpha.3 (2021-04-29)](#060-alpha3-2021-04-29)
- [Code Generation](#code-generation-8)
- [0.6.0-alpha.2 (2021-04-29)](#060-alpha2-2021-04-29)
- [Bug Fixes](#bug-fixes-8)
- [Code Generation](#code-generation-9)
- [Documentation](#documentation-7)
- [Features](#features-5)
- [Features](#features-6)
- [0.6.0-alpha.1 (2021-04-07)](#060-alpha1-2021-04-07)
- [Bug Fixes](#bug-fixes-9)
- [Build System](#build-system-1)
- [Code Generation](#code-generation-10)
- [Code Refactoring](#code-refactoring-5)
- [Documentation](#documentation-8)
- [Features](#features-6)
- [Features](#features-7)
- [Tests](#tests-6)
- [0.5.6-alpha.1 (2020-05-28)](#056-alpha1-2020-05-28)
- [Bug Fixes](#bug-fixes-10)
Expand Down Expand Up @@ -99,7 +100,7 @@
- [0.4.4-alpha.1 (2020-02-14)](#044-alpha1-2020-02-14)
- [Bug Fixes](#bug-fixes-15)
- [Documentation](#documentation-14)
- [Features](#features-7)
- [Features](#features-8)
- [Unclassified](#unclassified-1)
- [0.4.3-alpha.2 (2020-01-31)](#043-alpha2-2020-01-31)
- [Unclassified](#unclassified-2)
Expand Down Expand Up @@ -146,14 +147,20 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# [0.0.0](https://github.com/ory/keto/compare/v0.11.0-alpha.0...v0.0.0) (2023-03-07)
# [0.0.0](https://github.com/ory/keto/compare/v0.11.0-alpha.0...v0.0.0) (2023-03-08)

### Bug Fixes

- Subject expansion is terminated unexpectedly
([#1256](https://github.com/ory/keto/issues/1256))
([f88a479](https://github.com/ory/keto/commit/f88a479387df8f6fb1eba26f0cc922469de09804))

### Features

- **parser:** Allow quoted property access
([#1273](https://github.com/ory/keto/issues/1273))
([75ae307](https://github.com/ory/keto/commit/75ae3074dc963039971dfb1d917acdc6444b1d86))

### Tests

- Faster tests ([#1266](https://github.com/ory/keto/issues/1266))
Expand Down

0 comments on commit 151db7c

Please sign in to comment.