We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ed858 commit 813d92fCopy full SHA for 813d92f
CHANGELOG.md
@@ -0,0 +1,21 @@
1
+# Changelog
2
+
3
+## [1.1.0] - 2019-07-14
4
5
+## Changes
6
7
+* Use Ansible tasks to clone the Homebrew Git repositories, create directories
8
+ and set permissions where possible instead of using the official installer
9
+ bash script.
10
11
+## Fixes
12
13
+* Install installation dependencies.
14
+* Update both `.bashrc` and `.zshrc` shell scripts.
15
16
+## [1.0.0] - 2019-01-13
17
18
+Initial release using the official Homebrew installer.
19
20
+[1.1.0]: https://github.com/markosamuli/ansible-linuxbrew/releases/tag/v1.1.0
21
+[1.0.0]: https://github.com/markosamuli/ansible-linuxbrew/releases/tag/v1.0.0
0 commit comments