Skip to content

Commit

Permalink
Update CHANGELOG, examples
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Nov 1, 2024
1 parent 5b3ad2c commit 176bc28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->

## [Unreleased] - ReleaseDate
### Added
- [Variant data type](https://clickhouse.com/docs/en/sql-reference/data-types/variant) support.

## [0.13.1] - 2024-10-21
### Added
Expand Down
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ If something is missing, or you found a mistake in one of these examples, please

- [data_types_derive_simple.rs](data_types_derive_simple.rs) - deriving simpler ClickHouse data types in a struct. Required cargo features: `time`, `uuid`.
- [data_types_derive_containers.rs](data_types_derive_containers.rs) - deriving container-like (Array, Tuple, Map, Nested, Geo) ClickHouse data types in a struct.
- [data_types_variant.rs](data_types_variant.rs) - working with the [Variant data type](https://clickhouse.com/docs/en/sql-reference/data-types/variant).

### Special cases

Expand Down

0 comments on commit 176bc28

Please sign in to comment.