Skip to content

Commit ae0ac77

Browse files
authored
Merge pull request #20 from bonedaddy/v0.0.2
v0.0.2
2 parents 5c75a78 + 4e90d65 commit ae0ac77

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.0.2
2+
3+
* Enables use in C++ codebases [#19](https://github.com/bonedaddy/ulog/pull/19)
4+
* Add clib installation instructions to readme [#18](https://github.com/bonedaddy/ulog/pull/18)
5+
* Add basic clib package definition [#17](https://github.com/bonedaddy/ulog/pull/17)
6+
* Remove all possible memory allocations [#14](https://github.com/bonedaddy/ulog/pull/14)
7+
18
# v0.0.1
29

310
* Initial release includes color coded logs, file and stdout log direction

clib.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ulog",
3-
"version": "0.0.2-rc1",
3+
"version": "0.0.2",
44
"license": "agpl-v3",
55
"description": "ulog (uber log) is a lightweight and threadsafe logger in C that provides color coded output, as well as the ability to send logs to a file",
66
"repo": "bonedaddy/ulog",

0 commit comments

Comments
 (0)