Skip to content

Commit

Permalink
Release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
drinchev committed Nov 12, 2021
1 parent f091ef8 commit 1fcd477
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.8

- Fix for macOS Monterey. [@martinlau](https://github.com/martinlau)

## 0.0.7

- Compiler optimization is removed, since it creates broken binary with clang
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ Mandatory arguments to long options are mandatory for short options too
You need macOS for this to work.

```
wget https://github.com/drinchev/phook/archive/v0.0.7.tar.gz
tar -xzf v0.0.7.tar.gz
cd phook-0.0.7
wget https://github.com/drinchev/phook/archive/v0.0.8.tar.gz
tar -xzf v0.0.8.tar.gz
cd phook-0.0.8
make install
```

Alternative option would be to use [TheFox](https://github.com/TheFox)'s [homebrew tap](https://github.com/TheFox/homebrew-brewery) :
Alternative option would be to
use [TheFox](https://github.com/TheFox)'s [homebrew tap](https://github.com/TheFox/homebrew-brewery) :

```
brew tap thefox/brewery
Expand All @@ -42,6 +43,7 @@ See [examples](https://github.com/drinchev/phook/tree/master/examples).

- [@jayrhynas](https://github.com/jayrhynas)
- [@shishirchawla](https://github.com/shishirchawla)
- [@martinlau](https://github.com/martinlau)

---

Expand Down
2 changes: 1 addition & 1 deletion phook.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <limits.h>

#define PROGRAM_NAME "phook"
#define PROGRAM_VERSION "0.07"
#define PROGRAM_VERSION "0.08"

const char *after = NULL;

Expand Down

0 comments on commit 1fcd477

Please # to comment.