Skip to content

Commit ba88017

Browse files
chore: Release env-select version 1.1.3
1 parent a8346b3 commit ba88017

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased - [ReleaseDate]
3+
## 1.1.3 - [2024-02-13]
44

55
- Escape single quotes in variable names/values ([#65](https://github.com/LucasPickering/env-select/issues/65))
66
- Preserve quotes in command arguments passed to `es run` ([#72](https://github.com/LucasPickering/env-select/issues/72))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "env-select"
88
repository = "https://github.com/LucasPickering/env-select"
99
# Keep in sync w/ rust-toolchain.toml
1010
rust-version = "1.72.0"
11-
version = "1.1.2"
11+
version = "1.1.3"
1212

1313
[[bin]]
1414
name = "es"

0 commit comments

Comments
 (0)