Skip to content

Commit

Permalink
docs: ✏️ v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingerLittleBee committed Dec 18, 2023
1 parent f08d14a commit e9ea419
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [`0.1.4`] - 2023-12-18

### Chore
- Merge images of different architectures

## [`0.1.3`] - 2023-12-18

### Chore
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 = "netop"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
categories = ["network-programming", "command-line-interface"]
keywords = ["cli", "network", "traffic", "statistics", "pcap"]
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 勤劳的小蜜蜂
Copyright (c) 2023 勤劳的小蜜蜂

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 All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ docker run -it --rm --net=host zingerbee/netop -h
```
Output as follows
```bash
netop 0.1.0
netop 0.1.4

USAGE:
netop [OPTIONS]
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ docker run -it --rm --net=host zingerbee/netop -h
```
输出如下
```bash
netop 0.1.0
netop 0.1.4

USAGE:
netop [OPTIONS]
Expand Down

0 comments on commit e9ea419

Please sign in to comment.