Skip to content

Commit

Permalink
chore(main): release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Easen committed Apr 27, 2024
1 parent 45eb17a commit 5bf07fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"bump-minor-pre-major": true,
".": "0.6.0"
".": "0.7.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/Easen/rust-mdns-repeater/compare/v0.6.0...v0.7.0) (2024-04-27)


### Features

* ipv6 support ([#15](https://github.com/Easen/rust-mdns-repeater/issues/15)) ([45eb17a](https://github.com/Easen/rust-mdns-repeater/commit/45eb17a037e2566bf68ef23f9185da985a6129ac))

## [0.6.0](https://github.com/Easen/rust-mdns-repeater/compare/v0.5.0...v0.6.0) (2024-04-27)


Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-mdns-repeater"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 5bf07fd

Please sign in to comment.