Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 31, 2025
1 parent 1bd1862 commit a1019d4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/uniprot.rs/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/althonos/uniprot.rs/compare/v0.3.1...HEAD


## [v0.3.1] - 2024-01-31
[v0.3.1]: https://github.com/althonos/uniprot.rs/compare/v0.3.0...v0.3.1

### `nafcodec-py`

#### Fixed
- `build.rs` file for `nafcodec-py` failing to build on missing `Cargo.lock`.
- Deployment to AUR using the wrong GitHub Actions environment.


## [v0.3.0] - 2024-01-31
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2024 Martin Larralde <[email protected]>
Copyright (c) 2023-2025 Martin Larralde <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions nafcodec-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nafcodec-py"
version = "0.3.0"
version = "0.3.1"
authors = ["Martin Larralde <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -24,7 +24,7 @@ features = ["chrono", "cargo-lock"]

[dependencies.nafcodec]
path = "../nafcodec"
version = "0.3.0"
version = "0.3.1"
default-features = false
features = ["arc"]
[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion nafcodec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nafcodec"
version = "0.3.0"
version = "0.3.1"
authors = ["Martin Larralde <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit a1019d4

Please sign in to comment.