Skip to content

Commit

Permalink
0.19.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Oct 2, 2023
1 parent ebbfdc4 commit b641219
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flatterer"
version = "0.19.8"
version = "0.19.9"
authors = ["David Raznick <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -14,9 +14,9 @@ serde_json = { version = "1.0.83", features = ["preserve_order"] }
pyo3 = { version = "0.18.3", features = ["extension-module", "eyre"] }
eyre= "0.6.8"
#libflatterer={path = "../libflatterer"}
libflatterer="0.19.7"
libflatterer="0.19.8"

flatterer-web="0.19.7"
flatterer-web="0.19.8"
#flatterer-web={path = "../flatterer-web"}

env_logger= "0.9.0"
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.19.8] - 2023-10-02

### New
- Upgrade deps, better build times due to latest duckdb

## [0.19.8] - 2023-06-21

### New
Expand Down

0 comments on commit b641219

Please sign in to comment.