Skip to content

Commit

Permalink
Bump to v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Mar 16, 2023
1 parent 4921444 commit 1deb75d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libertem_asi_tpx3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libertem-asi-tpx3"
authors = ["Alexander Clausen <[email protected]>"]
license = "MIT"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion libertem_dectris/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libertem-dectris"
authors = ["Alexander Clausen <[email protected]>"]
license = "MIT"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
readme = "README.md"

Expand Down
4 changes: 4 additions & 0 deletions libertem_dectris/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ finally:

## Changelog

### v0.2.4 - v0.2.6

- Updated examples and CI configuration

### v0.2.3

- Add `env_logger`: set environment variable `LIBERTEM_DECTRIS_LOG_LEVEL` to e.g. `'INFO'` to enable logging
Expand Down

0 comments on commit 1deb75d

Please sign in to comment.