Skip to content

Commit 5d05a20

Browse files
author
Adam
committed
release stuff
1 parent 7e1e9d6 commit 5d05a20

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## v0.5.0
22
### Features
33
- Finally dealing with saddle points in the charge density.
4+
## v0.4.8
45
### Changes
56
- Opt -> Arg in arguments
67
- added a parse_filetype function.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bader"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
authors = ["Adam Kerrigan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.56.1"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bader-rs (0.4.7)
1+
# bader-rs (0.4.8)
22
![build](https://github.com/kerrigoon/bader-rs/workflows/build/badge.svg?branch=master)
33
[![Latest Version](https://img.shields.io/crates/v/bader.svg)](https://crates.io/crates/bader)
44
[![Documentation](https://docs.rs/bader/badge.svg)](https://docs.rs/bader/)

RELEASE.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## v0.4.7
2-
### Small things
3-
- took VoxelMap out of the box in bca.
1+
## v0.4.8
2+
### Changes
3+
- Opt -> Arg in arguments
4+
- added a parse_filetype function.
45

56
small release to check workflows

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//!
3030
//! ## Using the library
3131
//! Add the following to your Cargo.toml:
32-
//! `bader = "0.4.7"`
32+
//! `bader = "0.4.8"`
3333
//!
3434
//! ### Minimum Supported Rust Version (MSRV)
3535
//! This crate is guaranteed to compile on stable Rust 1.56.1 and up.

0 commit comments

Comments
 (0)