Release v1.0.1

This commit is contained in:
Gabriel Arazas 2023-07-09 18:05:05 +08:00
parent 8d59caf6b3
commit a28276ae45
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 13 additions and 1 deletions

View File

@ -8,6 +8,18 @@
The guidelines for writing this changelog is based from link:https://common-changelog.org[Common Changelog].
== [1.0.1] - 2023-07-09
=== Updated
* Update the gem metadata. (link:{commit-url}/b052cddf56397489c4eb9c7908bfbadbce2c080f[`b052cddf`]) (Gabriel Arazas)
=== Fixed
* Fix the `avatarstype` attribute override for the chat block extension.
This is considered a bug since it is more intended as a project-wide attribute. (link:{commit-url}/1faf4d45ec9891532254867c219ffb5094781948[`1faf4d45`]) (Gabriel Arazas)
== [1.0.0] - 2023-07-07
The initial version of the extension set.

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'asciidoctor-foodogsquared-extensions'
s.version = '1.0.0'
s.version = '1.0.1'
s.licenses = ['MIT']
s.summary = "foo-dogsquared's custom Asciidoctor extensions"
s.description = <<-DESC