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