Skip to content

Commit

Permalink
bump version to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Dec 18, 2023
1 parent 410afbc commit fa1f296
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

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

## v0.5.2-beta.1 - 2023-12-18
## v0.5.2 - 2023-12-18

* add GitHub actions config to build `monocle` binary for macOS (Universal), and linux (arm and amd64)
* add `vendored-openssl` optional feature flag to enable GitHub actions builds for different systems.
* move `monocle` binary to `bin` directory
* install `monocle` with `brew install bgpkit/tap/monocle`
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monocle"
version = "0.5.2-beta.1"
version = "0.5.2"
authors = ["Mingwei Zhang <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,18 @@ See through all BGP data with a monocle.

## Install

### Using `cargo`

```bash
cargo install monocle
```

### Using `homebrew`

```bash
brew install bgpkit/tap/monocle
```

## Usage

Subcommands:
Expand Down

0 comments on commit fa1f296

Please sign in to comment.