File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11MIT 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
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11[package ]
22name = " nafcodec-py"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44authors = [" Martin Larralde <martin.larralde@embl.de>" ]
55edition = " 2021"
66license = " MIT"
@@ -24,7 +24,7 @@ features = ["chrono", "cargo-lock"]
2424
2525[dependencies .nafcodec ]
2626path = " ../nafcodec"
27- version = " 0.3.0 "
27+ version = " 0.3.1 "
2828default-features = false
2929features = [" arc" ]
3030[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " nafcodec"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44authors = [" Martin Larralde <martin.larralde@embl.de>" ]
55edition = " 2021"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments