Update changelog template

This commit is contained in:
Nikita Shilnikov 2022-11-02 12:05:24 +03:00
parent c0b63c0c85
commit 6e755cb111
No known key found for this signature in database
GPG Key ID: E569D1D64C40E241
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
- <%= log %>
<% end %>
<% end %>
<% curr_ver = r.date ? "v#{r.version}" : 'master' %>
<% curr_ver = r.date ? "v#{r.version}" : 'main' %>
<% prev_rel = releases[idx + 1] %>
<% if prev_rel %>
<% ver_range = "v#{prev_rel.version}...#{curr_ver}" %>

View File

@ -1,6 +1,6 @@
---
- version: 1.7.0
date: unreleased
date:
changed:
- "This version is compatible with recently released dry-rb dependencies (@flash-gordon)"
- version: 1.6.1