From 84bda73e0dbd1995b14ef9800a1ca3b92281e6a0 Mon Sep 17 00:00:00 2001 From: Chris Blackburn <8dd969a2@opayq.com> Date: Sat, 27 Nov 2021 10:11:21 -0700 Subject: [PATCH] Bump patch version to 1.0.3 --- CHANGELOG | 5 +++++ README.md | 2 +- VERSION | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bbd9f41..d328c91 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +*1.0.3* (November 27, 2021) + +* Include .git directory on propagate_env_to_host +* Fix the `load_on_login` function to more accurately check if the .bashrc file is configured to load bash.env on login. + *1.0.1* (March 22, 2016) * Add Atom editor to the list of editors to automatcially search for when one is not specified. diff --git a/README.md b/README.md index 3fd4695..a05d7a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bash.env -**Version: 1.0.1** +**Version: 1.0.3** **Bash.env** is a cascading Bash environment system. It provides Bash shell-prompt themes, handy functions, aliases, and tools for the Bash power user. diff --git a/VERSION b/VERSION index 6d7de6e..e4c0d46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 +1.0.3 \ No newline at end of file