Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 7, 2022
1 parent 882c062 commit 44f37b0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 18 deletions.
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

0 comments on commit 44f37b0

Please sign in to comment.