Skip to content

Commit a1019d4

Browse files
committed
Release v0.3.1
1 parent 1bd1862 commit a1019d4

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/althonos/uniprot.rs/compare/v0.3.0...HEAD
9+
[Unreleased]: https://github.com/althonos/uniprot.rs/compare/v0.3.1...HEAD
10+
11+
12+
## [v0.3.1] - 2024-01-31
13+
[v0.3.1]: https://github.com/althonos/uniprot.rs/compare/v0.3.0...v0.3.1
14+
15+
### `nafcodec-py`
16+
17+
#### Fixed
18+
- `build.rs` file for `nafcodec-py` failing to build on missing `Cargo.lock`.
19+
- Deployment to AUR using the wrong GitHub Actions environment.
1020

1121

1222
## [v0.3.0] - 2024-01-31

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2024 Martin Larralde <martin.larralde@embl.de>
3+
Copyright (c) 2023-2025 Martin Larralde <martin.larralde@embl.de>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

nafcodec-py/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nafcodec-py"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Martin Larralde <martin.larralde@embl.de>"]
55
edition = "2021"
66
license = "MIT"
@@ -24,7 +24,7 @@ features = ["chrono", "cargo-lock"]
2424

2525
[dependencies.nafcodec]
2626
path = "../nafcodec"
27-
version = "0.3.0"
27+
version = "0.3.1"
2828
default-features = false
2929
features = ["arc"]
3030
[dependencies]

nafcodec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nafcodec"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Martin Larralde <martin.larralde@embl.de>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)