Sha256: 2d88b8c4dcf3ee3fa8f4a4ba7917b6279c8bb8c9c28dcf89334e558bde9459ed
Contents?: true
Size: 651 Bytes
Versions: 3
Compression:
Stored size: 651 Bytes
Contents
--- layout: changelog title: Changelog --- <div class="article" id="changelog"> {% for change in site.data.changelog %} <h3>Version {{ change.version }}</h3> <ul> {% for log in change.changes %} <li> {{ log.text }} {% if log.issue != nil %} <a href="https://github.com/{{ site.project.repo }}/issues/{{ log.issue }}">#{{ log.issue }}</a></li> {% endif %} {% if log.hash != nil %} <a href="https://github.com/{{ site.project.repo }}/commit/{{ log.hash }}">#{{ log.hash }}</a> {% endif %} </li> {% endfor %} </ul> {% endfor %} </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
caravan-1.0.0 | docs/changelog.html |
caravan-1.0.0.beta2 | docs/changelog.html |
caravan-1.0.0.beta1 | docs/changelog.html |