Skip to content

Commit

Permalink
Prepare v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fatho committed Dec 23, 2024
1 parent ff2c130 commit 9eee1c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.4.1 - 2024-12-23

Thanks to [@dcz-self](https://github.com/dcz-self) again for a bunch of contributions!

Changes:
- Addition of `ScopedPrettifier` as convenience wrapper to prettify solutions associated with `UniverseQuery`s ([#31](https://github.com/fatho/logru/pull/31))
- Addition of a few helpful clone instances ([#33](https://github.com/fatho/logru/pull/33), [#34](https://github.com/fatho/logru/pull/34))

## v0.4.0 - 2024-12-01

Many thanks to [@dcz-self](https://github.com/dcz-self) for a bunch of contributions!
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logru"
version = "0.4.0"
version = "0.4.1"
description = "A small, embeddable and fast interpreter for a subset of Prolog."
keywords = ["prolog", "logic-programming", "first-order-logic"]
categories = ["compilers", "algorithms", "mathematics"]
Expand Down

0 comments on commit 9eee1c0

Please sign in to comment.