Skip to content

Commit 7be393f

Browse files
authored
Merge pull request #15 from Qrlew/adim_cols
Add admin cols in relations schema
2 parents 40cd39a + eb8cf4e commit 7be393f

File tree

3 files changed

+335
-14
lines changed

3 files changed

+335
-14
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.9.18] - 2024-05-16
10+
### Changed
11+
- Add admin columns present in the dataset schema in each table in the dataset
12+
913
## [0.9.5] - 2024-03-21
1014
### Fixed
1115
- Fix protobuf version

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Nicolas Grislain <[email protected]>"]
33
name = "qrlew-sarus"
4-
version = "0.9.17"
4+
version = "0.9.18"
55
edition = "2021"
66
description = "Qrlew - Sarus interfaces"
77
documentation = "https://docs.rs/qrlew-sarus"
@@ -28,6 +28,9 @@ chrono = { version = "0.4", features = ["serde"] }
2828
protobuf = "=3.4.0"
2929
protobuf-json-mapping = "3.3.0"
3030

31+
[dev-dependencies]
32+
qrlew = { version = "0.9.17", features = ["graphviz_display"] }
33+
3134
[build-dependencies]
3235
anyhow = "1.0"
3336
glob = "0.3"

0 commit comments

Comments
 (0)