Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
pyjarrett committed Apr 1, 2022
1 parent 8cf7aa4 commit 85a086e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Types of changes:
- 🛠️ `Fixed` for any bug fixes.
- 💥💥💥 `Security` in case of vulnerabilities. Triple 💥 for emphasis.

## [0.0.6 (unreleased)]
## [0.0.6]

- ✅ Added coloration of file names in search results.

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,9 @@ alr build
**Windows Chocolatey** users can it in the [Chocolatey Community Repository](https://community.chocolatey.org/packages/septum/):

```powershell
choco install septum --version=0.0.4
choco install septum --version=0.0.6
```

⚠️ The 0.0.4 version on Chocolatey has a crash (an internal assert) when trying to tab complete an
empty string. This is fixed in 0.0.5, but a new version can't be published until 0.0.4 gets through
Chocolatey moderation. This doesn't affect typical use and a new version published as soon as possible.

# Contributing

Septum aims to help every developers everywhere. You're encouraged to recommend
Expand Down
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "septum"
description = "An interactive context-based text search tool for large codebases."
version = "0.0.5"
version = "0.0.6"
website = "https://github.com/pyjarrett/septum"

authors = ["Paul Jarrett"]
Expand Down
2 changes: 1 addition & 1 deletion src/common/sp.ads
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package SP
with Pure
is

Version : constant String := "0.0.5";
Version : constant String := "0.0.6";

end SP;

0 comments on commit 85a086e

Please sign in to comment.