Skip to content

Commit db8f466

Browse files
committed
Prepare for v0.3.2
1 parent bb4ec77 commit db8f466

File tree

8 files changed

+21
-8
lines changed

8 files changed

+21
-8
lines changed

Cargo.lock

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

libertem_asi_mpx3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libertem-asi-mpx3"
33
authors = ["Alexander Clausen <a.clausen@fz-juelich.de>"]
44
license = "MIT"
5-
version = "0.3.1"
5+
version = "0.3.2"
66
edition.workspace = true
77
readme = "README.md"
88
rust-version.workspace = true

libertem_asi_tpx3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libertem-asi-tpx3"
33
authors = ["Alexander Clausen <a.clausen@fz-juelich.de>"]
44
license = "MIT"
5-
version = "0.3.1"
5+
version = "0.3.2"
66
edition.workspace = true
77
readme = "README.md"
88
rust-version.workspace = true

libertem_asi_tpx3/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Needs to have a Python environment active, and a recent rust toolchain installed
1313

1414
## Changelog
1515

16+
### v0.3.2
17+
18+
- updated licensing metadata
19+
1620
### v0.3.0
1721

1822
- Support for recent Python versions

libertem_dectris/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libertem-dectris"
33
authors = ["Alexander Clausen <a.clausen@fz-juelich.de>"]
44
license = "MIT"
5-
version = "0.3.1"
5+
version = "0.3.2"
66
edition.workspace = true
77
readme = "README.md"
88
rust-version.workspace = true

libertem_dectris/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ finally:
8484

8585
## Changelog
8686

87+
### v0.3.2
88+
89+
- updated licensing metadata
90+
- Be more resilient when synchronizing to the start of an acquisition (PR [#111](https://github.com/LiberTEM/LiberTEM-rs/pull/111))
91+
8792
### v0.3.1
8893

8994
- `frame_stack_size` is not an upper limit

libertem_qd_mpx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libertem-qd-mpx"
33
authors = ["Alexander Clausen <a.clausen@fz-juelich.de>"]
44
license = "MIT"
5-
version = "0.3.1"
5+
version = "0.3.2"
66
edition.workspace = true
77
readme = "README.md"
88
rust-version.workspace = true

libertem_qd_mpx/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ also be used stand-alone.
1111

1212
## Changelog
1313

14+
### v0.3.2
15+
16+
- updated licensing metadata
17+
1418
### v0.3.0
1519

1620
- Support for recent Python versions

0 commit comments

Comments
 (0)