Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/metal-bags-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-squids-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-beds-yell.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ekx/unit

## 0.0.7

### Patch Changes

- 882c062: Change `--no-color` to `--ascii`
- 882c062: add `--version`, `--help`, `--list`, `--short-filenames` options to CLI
- 882c062: Rename `--silent` switch to `--quiet`

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions include/unit.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* unit.h - v0.0.6 - Simple header-only testing library for C - https://github.com/eliasku/unit
* unit.h - v0.0.7 - Simple header-only testing library for C - https://github.com/eliasku/unit
*
* Minimal example. Compile executable with `-D UNIT_TESTING` to enable tests.
*
Expand Down Expand Up @@ -356,7 +356,7 @@ UNIT__FOR_ASSERTS(UNIT__DEFINE_ASSERT)

#ifdef UNIT_TESTING

#define UNIT_VERSION "0.0.6"
#define UNIT_VERSION "0.0.7"

/**
* @deprecated use UNIT_IMPLEMENT or UNIT_MAIN options
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ekx/unit",
"version": "0.0.6",
"version": "0.0.7",
"description": "Simple header-only testing library for C",
"scripts": {
"release": "changeset publish",
Expand Down