Skip to content

Commit

Permalink
Merge pull request #4 from tonyseek/release/0-1-1
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
tonyseek committed Jan 17, 2024
2 parents 77ffea0 + f951b42 commit 6581606
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.1 (2024-01-17)

- Fix argv for subcommand ([#3](https://github.com/tonyseek/trapit/pull/3) contributed by [@liuerfire](https://github.com/liuerfire))

## 0.1.0 (2023-02-02)

- The first release which uses a UDP socket on a loopback address. ([#1](https://github.com/tonyseek/trapit/pull/1))
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.22..3.25)
project(trapit VERSION 0.1.0)
project(trapit VERSION 0.1.1)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
Expand Down

0 comments on commit 6581606

Please sign in to comment.