Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed Sep 13, 2024
1 parent 90b18d6 commit c7435b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ A lightweight behavior tree library that separates data and behavior.

Requires at least C++20.

![](misc/visualization.jpg)
![](Misc/visualization.jpg)

## Installation

Copy away `bt.h` and `bt.cc`.
Copy away `bt.h` and `bt.cc` in the `Source` folder.

## Features

Expand Down
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

需要至少 C++20

![](misc/visualization.jpg)
![](Misc/visualization.jpg)

## 安装

只需要拷贝走 `bt.h``bt.cc`
只需要拷贝走 `Source` 目录下的 `bt.h``bt.cc`

## 特点

Expand Down
2 changes: 1 addition & 1 deletion Source/bt.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024 Chao Wang <[email protected]>.
// License: BSD, Version: 0.4.3. https://github.com/hit9/bt.cc
// License: BSD, Version: 0.4.4. https://github.com/hit9/bt.cc
// A lightweight behavior tree library that separates data and behavior.

#ifndef HIT9_BT_H
Expand Down
5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4.4
-----

* Improve the code style (no breaking changes).

0.4.3
-----

Expand Down

0 comments on commit c7435b9

Please sign in to comment.