Skip to content

Commit

Permalink
release: 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Mar 18, 2024
1 parent 7802574 commit f5b94ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `versions` Changelog

## Unreleased
## 6.2.0 (2024-03-18)

#### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "versions"
version = "6.1.0"
version = "6.2.0"
authors = ["Colin Woodbury <[email protected]>"]
edition = "2021"
description = "A library for parsing and comparing software version numbers."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#![allow(clippy::many_single_char_names)]
#![warn(missing_docs)]
#![doc(html_root_url = "https://docs.rs/versions/6.1.0")]
#![doc(html_root_url = "https://docs.rs/versions/6.2.0")]

use itertools::EitherOrBoth::{Both, Left, Right};
use itertools::Itertools;
Expand Down

0 comments on commit f5b94ad

Please sign in to comment.