Skip to content

Commit 400fd8f

Browse files
Release dfir_lang v0.13.0, dfir_datalog_core v0.13.0, dfir_datalog v0.13.0, dfir_macro v0.13.0, hydro_deploy_integration v0.13.0, dfir_rs v0.13.0, hydro_deploy v0.13.0, hydro_lang v0.13.0, hydro_std v0.13.0, hydro_cli v0.13.0, safety bump 8 crates
SAFETY BUMP: dfir_datalog_core v0.13.0, dfir_datalog v0.13.0, dfir_macro v0.13.0, dfir_rs v0.13.0, hydro_deploy v0.13.0, hydro_lang v0.13.0, hydro_std v0.13.0, hydro_cli v0.13.0
1 parent 8a4ba3b commit 400fd8f

File tree

24 files changed

+1069
-68
lines changed

24 files changed

+1069
-68
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dfir_datalog/CHANGELOG.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,43 @@
1-
## Unreleased
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.13.0 (2025-04-11)
29

310
Bumping dependencies before move to separate repo, no code changes.
411

12+
### Chore
13+
14+
- <csr-id-e37e35853b44e56d468c885307cbd4fac9a2fe9c/> bump versions, touch changelog, for final release in this repo
15+
516
# Changelog
617

718
All notable changes to this project will be documented in this file.
819

920
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1021
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1122

23+
### Commit Statistics
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
- 1 commit contributed to the release.
28+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
29+
- 0 issues like '(#ID)' were seen in commit messages
30+
31+
### Commit Details
32+
33+
<csr-read-only-do-not-edit/>
34+
35+
<details><summary>view details</summary>
36+
37+
* **Uncategorized**
38+
- Bump versions, touch changelog, for final release in this repo ([`e37e358`](https://github.com/hydro-project/hydro/commit/e37e35853b44e56d468c885307cbd4fac9a2fe9c))
39+
</details>
40+
1241
## 0.12.1 (2025-03-15)
1342

1443
### Documentation
@@ -29,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2958

3059
<csr-read-only-do-not-edit/>
3160

32-
- 1 commit contributed to the release.
61+
- 2 commits contributed to the release.
62+
- 6 days passed between releases.
3363
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
3464
- 1 unique issue was worked on: [#1787](https://github.com/hydro-project/hydro/issues/1787)
3565

@@ -41,12 +71,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4171

4272
* **[#1787](https://github.com/hydro-project/hydro/issues/1787)**
4373
- Demote python deploy docs, fix docsrs configs, fix #1392, fix #1629 ([`b235a42`](https://github.com/hydro-project/hydro/commit/b235a42a3071e55da7b09bdc8bc710b18e0fe053))
74+
* **Uncategorized**
75+
- Release dfir_lang v0.12.1, dfir_datalog_core v0.12.1, dfir_datalog v0.12.1, dfir_macro v0.12.1, hydro_deploy_integration v0.12.1, lattices v0.6.1, pusherator v0.0.12, dfir_rs v0.12.1, hydro_deploy v0.12.1, hydro_lang v0.12.1, hydro_std v0.12.1, hydro_cli v0.12.1 ([`23221b5`](https://github.com/hydro-project/hydro/commit/23221b53b30918707ddaa85529d04cd7919166b4))
4476
</details>
4577

4678
## 0.12.0 (2025-03-08)
4779

4880
<csr-id-49a387d4a21f0763df8ec94de73fb953c9cd333a/>
4981
<csr-id-44fb2806cf2d165d86695910f4755e0944c11832/>
82+
<csr-id-3966d9063dae52e65b077321e0bd1150f2b0c3f1/>
83+
<csr-id-ec3795a678d261a38085405b6e9bfea943dafefb/>
5084

5185
### Chore
5286

@@ -120,6 +154,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120154
<csr-id-5196f247e0124a31567af940541044ce1906cdc1/>
121155
<csr-id-03b3a349013a71b324276bca5329c33d400a73ff/>
122156
<csr-id-3291c07b37c9f9031837a2a32953e8f8854ec298/>
157+
<csr-id-84ee06755a0ed7cabf32b334f1696bb600797c92/>
158+
<csr-id-a6f60c92ae7168eb86eb311ca7b7afb10025c7de/>
159+
<csr-id-5e58e346612a094c7e637919c84ab1e78b59be27/>
123160

124161
### Refactor (BREAKING)
125162

dfir_datalog/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dfir_datalog"
33
publish = true
4-
version = "0.12.1"
4+
version = "0.13.0"
55
documentation = "https://docs.rs/dfir_datalog/"
66
description = "Datalog proc-macro for DFIR"
77
edition = { workspace = true }
@@ -25,4 +25,4 @@ proc-macro-crate = "1.0.0"
2525
# Note: If we ever compile this proc macro crate to WASM (e.g., if we are
2626
# building on a WASM host), we may need to turn diagnostics off for WASM if
2727
# proc_macro2 does not support WASM at that time.
28-
dfir_datalog_core = { path = "../dfir_datalog_core", version = "^0.12.1" }
28+
dfir_datalog_core = { path = "../dfir_datalog_core", version = "^0.13.0" }

dfir_datalog_core/CHANGELOG.md

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,47 @@
1-
## Unreleased
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.13.0 (2025-04-11)
29

310
Bumping dependencies before move to separate repo, no code changes.
411

12+
### Chore
13+
14+
- <csr-id-e37e35853b44e56d468c885307cbd4fac9a2fe9c/> bump versions, touch changelog, for final release in this repo
15+
516
# Changelog
617

718
All notable changes to this project will be documented in this file.
819

920
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1021
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1122

23+
### Commit Statistics
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
- 1 commit contributed to the release.
28+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
29+
- 0 issues like '(#ID)' were seen in commit messages
30+
31+
### Commit Details
32+
33+
<csr-read-only-do-not-edit/>
34+
35+
<details><summary>view details</summary>
36+
37+
* **Uncategorized**
38+
- Bump versions, touch changelog, for final release in this repo ([`e37e358`](https://github.com/hydro-project/hydro/commit/e37e35853b44e56d468c885307cbd4fac9a2fe9c))
39+
</details>
40+
1241
## 0.12.1 (2025-03-15)
1342

43+
<csr-id-056ac62611319b7bd10a751d7e231423a1b8dc4e/>
44+
1445
### Documentation
1546

1647
- <csr-id-b235a42a3071e55da7b09bdc8bc710b18e0fe053/> demote python deploy docs, fix docsrs configs, fix #1392, fix #1629
@@ -33,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3364

3465
<csr-read-only-do-not-edit/>
3566

36-
- 2 commits contributed to the release.
67+
- 3 commits contributed to the release.
68+
- 6 days passed between releases.
3769
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
3870
- 2 unique issues were worked on: [#1785](https://github.com/hydro-project/hydro/issues/1785), [#1787](https://github.com/hydro-project/hydro/issues/1787)
3971

@@ -47,12 +79,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4779
- Cleanup old clippy lints, remove deprecated `relalg` crate ([`056ac62`](https://github.com/hydro-project/hydro/commit/056ac62611319b7bd10a751d7e231423a1b8dc4e))
4880
* **[#1787](https://github.com/hydro-project/hydro/issues/1787)**
4981
- Demote python deploy docs, fix docsrs configs, fix #1392, fix #1629 ([`b235a42`](https://github.com/hydro-project/hydro/commit/b235a42a3071e55da7b09bdc8bc710b18e0fe053))
82+
* **Uncategorized**
83+
- Release dfir_lang v0.12.1, dfir_datalog_core v0.12.1, dfir_datalog v0.12.1, dfir_macro v0.12.1, hydro_deploy_integration v0.12.1, lattices v0.6.1, pusherator v0.0.12, dfir_rs v0.12.1, hydro_deploy v0.12.1, hydro_lang v0.12.1, hydro_std v0.12.1, hydro_cli v0.12.1 ([`23221b5`](https://github.com/hydro-project/hydro/commit/23221b53b30918707ddaa85529d04cd7919166b4))
5084
</details>
5185

5286
## 0.12.0 (2025-03-08)
5387

5488
<csr-id-49a387d4a21f0763df8ec94de73fb953c9cd333a/>
5589
<csr-id-44fb2806cf2d165d86695910f4755e0944c11832/>
90+
<csr-id-3966d9063dae52e65b077321e0bd1150f2b0c3f1/>
91+
<csr-id-ec3795a678d261a38085405b6e9bfea943dafefb/>
5692

5793
### Chore
5894

@@ -153,6 +189,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
153189
<csr-id-03b3a349013a71b324276bca5329c33d400a73ff/>
154190
<csr-id-accb13cad718c99d350e4bafe82e0ca38bf94c62/>
155191
<csr-id-3291c07b37c9f9031837a2a32953e8f8854ec298/>
192+
<csr-id-a6f60c92ae7168eb86eb311ca7b7afb10025c7de/>
193+
<csr-id-2a22d50285ae1be1a5f888d5d15321cc1bb13c82/>
194+
<csr-id-5e58e346612a094c7e637919c84ab1e78b59be27/>
156195

157196
### New Features
158197

@@ -269,9 +308,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
269308
- Update `CHANGELOG.md`s for big rename ([`27c40e2`](https://github.com/hydro-project/hydro/commit/27c40e2ca5a822f6ebd31c7f01213aa6d407418a))
270309
</details>
271310

272-
<csr-unknown>
273-
Implement un-windowing operators<csr-unknown/>
274-
275311
## 0.10.0 (2024-11-08)
276312

277313
<csr-id-4f6d400d0992594f8f12992fb6939378b12fadd6/>

dfir_datalog_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dfir_datalog_core"
33
publish = true
4-
version = "0.12.1"
4+
version = "0.13.0"
55
documentation = "https://docs.rs/dfir_datalog_core/"
66
description = "Datalog implementation for DFIR"
77
edition = { workspace = true }
@@ -20,7 +20,7 @@ slotmap = "1.0.0"
2020
syn = { version = "2.0.46", features = [ "parsing", "extra-traits" ] }
2121
proc-macro2 = "1.0.74"
2222
rust-sitter = "0.4.3"
23-
dfir_lang = { path = "../dfir_lang", version = "^0.12.1" }
23+
dfir_lang = { path = "../dfir_lang", version = "^0.13.0" }
2424

2525
[build-dependencies]
2626
rust-sitter-tool = "0.4.3"

0 commit comments

Comments
 (0)