Skip to content

Commit

Permalink
version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Jun 4, 2024
1 parent 5714f1b commit 6442c2b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.23)
project(sentium VERSION 0.3.0 LANGUAGES CXX)
project(sentium VERSION 0.3.1 LANGUAGES CXX)

cmake_policy(SET CMP0135 NEW)

Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.3.1 - 4th June, 2024

### 🔦 Spotlight
* Significantly reduce the lookup costs for checking relations when using _graph_ strategy (https://github.com/uatuko/sentium/pull/103)


### What's Changed
* Traverse relations graph right to left when checking relations by @uatuko in https://github.com/uatuko/sentium/pull/103

**Full Changelog**: https://github.com/uatuko/sentium/compare/v0.3.0...v0.3.1


## v0.3.0 - 1st June, 2024

### 🔦 Spotlight
Expand Down

0 comments on commit 6442c2b

Please sign in to comment.