Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Commit 9c41ca9

Browse files
committed
Tag v0.3.0
1 parent d10885c commit 9c41ca9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [0.3.0] - 2015-11-03
4+
### Changed
5+
6+
- Moved the module to `library/` to allow for easy install as a role
7+
in Ansible Galaxy.
8+
9+
- Submitted to Ansible Galaxy which was suggested by @MartinNowak on GitHub
10+
311
## [0.2.0] - 2015-08-19
412
### Changed
513

@@ -39,6 +47,7 @@
3947

4048
## [unversioned initial release] - 2013-11-23
4149

50+
[0.3.0]: https://github.com/gaqzi/ansible-ssh-config/compare/v0.2.0...v0.3.0
4251
[0.2.0]: https://github.com/gaqzi/ansible-ssh-config/compare/v0.1.0...v0.2.0
4352
[0.1.0]: https://github.com/gaqzi/ansible-ssh-config/compare/96b7e80e71a4199ff4c5daa4b542adbd46f26a70...v0.1.0
4453
[unversioned initial release]: https://github.com/gaqzi/ansible-ssh-config/commit/96b7e80e71a4199ff4c5daa4b542adbd46f26a70

library/ssh_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
__version__ = '0.1.0'
4+
__version__ = '0.3.0'
55

66
DOCUMENTATION = '''
77
---

0 commit comments

Comments
 (0)