Skip to content

Commit

Permalink
chore: manual release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Feb 19, 2025
1 parent 77efbf9 commit b5b2b3f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 18 deletions.
20 changes: 8 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,20 @@ All notable changes to this project will be documented in this file.

## [0.6.4] - 2025-02-18

### Features

- Optional serde support behind `serde` feature

### Bug Fixes

- Dpw reserve don't build unnecessary structure

### Dependencies

- Update patch updates (#219)
- Update rust crate quote to v1.0.38 (#222)
- Update rust crate syn to v2.0.92 (#223)
- Update rust crate syn to v2.0.93 (#225)
- Update rust crate syn to v2.0.94 (#228)
- Update rust crate syn to v2.0.95 (#231)
- Update rust crate syn to v2.0.96 (#237)
- Update patch updates (#241)
- Update rust crate syn to v2.0.97 (#258)
- Update rust crate syn to v2.0.98 (#259)
- Dpw reserve don't build unnecessary structure

### Features

- Update `batsat` to 0.6.0
- Optional serde support

<!-- generated by git-cliff -->
## [0.6.3] - 2024-12-20
Expand Down
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 capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-capi"
version = "0.6.3"
version = "0.6.4"
edition.workspace = true
authors = ["Christoph Jabs <[email protected]>"]
license.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions capi/rustsat.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#define RUSTSAT_VERSION 0.6.3
#define RUSTSAT_VERSION 0.6.4
#define RUSTSAT_VERSION_MAJOR 0
#define RUSTSAT_VERSION_MINOR 6
#define RUSTSAT_VERSION_PATCH 3
#define RUSTSAT_VERSION_PATCH 4

#ifdef __cplusplus
namespace RustSAT {
Expand Down
2 changes: 1 addition & 1 deletion pyapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat-pyapi"
version = "0.6.3"
version = "0.6.4"
edition.workspace = true
authors = ["Christoph Jabs <[email protected]>"]
license.workspace = true
Expand Down

0 comments on commit b5b2b3f

Please sign in to comment.