Skip to content

Commit

Permalink
increase patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
adalpane committed Aug 2, 2024
1 parent 03d9e7a commit 98ac3bc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#7c1d4d",
"activityBar.background": "#7c1d4d",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#50811e",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#7c1d4d",
"statusBar.background": "#531333",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#7c1d4d",
"statusBarItem.remoteBackground": "#531333",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#531333",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#53133399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#531333",
"rust-analyzer.cargo.features": []
}
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog

## 0.1.2 - 2024-05-17
## 0.1.3 - 2024-08-02

### New features
- Feature gate tokio dependency

## 0.1.2 - 2024-07-08

## 0.1.1 - 2024-05-17

### New features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "speak-easy"
version = "0.1.2"
version = "0.1.3"
authors = ["stefanodecillis"]
edition = "2021"
description = "Logging functionalities with different levels and rotation options built on top of tracing and compatible with of tokio-rs."
Expand Down

0 comments on commit 98ac3bc

Please sign in to comment.