From 98ac3bc85e23fedf46e2463b99574e80f9e2e00e Mon Sep 17 00:00:00 2001 From: adalpane Date: Fri, 2 Aug 2024 11:41:46 +0200 Subject: [PATCH] increase patch version --- .vscode/settings.json | 23 +++++++++++++++++++++++ CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..defb8ca --- /dev/null +++ b/.vscode/settings.json @@ -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": [] +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca54e3..14eb8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 9ace45a..a77b65b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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."