Skip to content

Bump Asciidoctor-Fb2 version to 0.8.0#499

Merged
dduportal merged 5 commits intomainfrom
updatecli_main_f27ca58bb4a6081da7528ed86064c07771fa7c6122c2aa241dacea7f3f649918
Apr 28, 2025
Merged

Bump Asciidoctor-Fb2 version to 0.8.0#499
dduportal merged 5 commits intomainfrom
updatecli_main_f27ca58bb4a6081da7528ed86064c07771fa7c6122c2aa241dacea7f3f649918

Conversation

@asciidoctor-updateclibot
Copy link
Copy Markdown
Contributor

@asciidoctor-updateclibot asciidoctor-updateclibot Bot commented Jan 21, 2025

Bump Asciidoctor-Fb2 version

Update the key ASCIIDOCTOR_FB2_VERSION in the test harness

1 file(s) updated with "ASCIIDOCTOR_FB2_VERSION=0.8.0": * tests/asciidoctor.bats

v0.8.0
## Summary

This release adds support for Ruby 3.4 and drops Ruby 2.5 + 2.6

## Distribution

- [RubyGem (asciidoctor-fb2)](https://rubygems.org/gems/asciidoctor-fb2)

## Changelog

* add support for Ruby 3.4
* bump minimal supported Ruby version to 2.7
 
## Release meta

Released on: 2025-01-20
Released by: @slonopotamus

Logs: [resolved issues](https://github.com/asciidoctor/asciidoctor-fb2/issues?q=milestone%3Av0.8.0) | [full diff](https://github.com/asciidoctor/asciidoctor-fb2/compare/v0.7.0...v0.8.0)
Update the key ASCIIDOCTOR_FB2_VERSION in the README.adoc file

1 file(s) updated with ":ASCIIDOCTOR_FB2_VERSION: 0.8.0": * README.adoc

v0.8.0
## Summary

This release adds support for Ruby 3.4 and drops Ruby 2.5 + 2.6

## Distribution

- [RubyGem (asciidoctor-fb2)](https://rubygems.org/gems/asciidoctor-fb2)

## Changelog

* add support for Ruby 3.4
* bump minimal supported Ruby version to 2.7
 
## Release meta

Released on: 2025-01-20
Released by: @slonopotamus

Logs: [resolved issues](https://github.com/asciidoctor/asciidoctor-fb2/issues?q=milestone%3Av0.8.0) | [full diff](https://github.com/asciidoctor/asciidoctor-fb2/compare/v0.7.0...v0.8.0)
Update the value of ARG asciidoctor_fb2_version in the Dockerfile

changed lines [97] of file "/tmp/updatecli/github/asciidoctor/docker-asciidoctor/Dockerfile"

v0.8.0
## Summary

This release adds support for Ruby 3.4 and drops Ruby 2.5 + 2.6

## Distribution

- [RubyGem (asciidoctor-fb2)](https://rubygems.org/gems/asciidoctor-fb2)

## Changelog

* add support for Ruby 3.4
* bump minimal supported Ruby version to 2.7
 
## Release meta

Released on: 2025-01-20
Released by: @slonopotamus

Logs: [resolved issues](https://github.com/asciidoctor/asciidoctor-fb2/issues?q=milestone%3Av0.8.0) | [full diff](https://github.com/asciidoctor/asciidoctor-fb2/compare/v0.7.0...v0.8.0)
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@asciidoctor-updateclibot asciidoctor-updateclibot Bot added the dependencies Pull requests that update a dependency file label Jan 21, 2025
@asciidoctor-updateclibot asciidoctor-updateclibot Bot force-pushed the updatecli_main_f27ca58bb4a6081da7528ed86064c07771fa7c6122c2aa241dacea7f3f649918 branch from dff3139 to 43080f0 Compare March 5, 2025 13:13
@asciidoctor-updateclibot asciidoctor-updateclibot Bot force-pushed the updatecli_main_f27ca58bb4a6081da7528ed86064c07771fa7c6122c2aa241dacea7f3f649918 branch from 44d7c21 to 3d188e5 Compare March 17, 2025 06:29
@asciidoctor-updateclibot asciidoctor-updateclibot Bot force-pushed the updatecli_main_f27ca58bb4a6081da7528ed86064c07771fa7c6122c2aa241dacea7f3f649918 branch 2 times, most recently from 20c7a97 to e2ef6d7 Compare March 31, 2025 06:33
@asciidoctor-updateclibot asciidoctor-updateclibot Bot force-pushed the updatecli_main_f27ca58bb4a6081da7528ed86064c07771fa7c6122c2aa241dacea7f3f649918 branch from cc812a1 to a791d2e Compare April 7, 2025 05:45
@asciidoctor-updateclibot asciidoctor-updateclibot Bot force-pushed the updatecli_main_f27ca58bb4a6081da7528ed86064c07771fa7c6122c2aa241dacea7f3f649918 branch from 3c8b990 to 714ce82 Compare April 21, 2025 09:03
asciidoctor-updateclibot Bot and others added 3 commits April 21, 2025 09:03
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
Comment thread Dockerfile
Comment on lines -156 to -158
&& apk del -r --no-cache .rubymakedepends \
# Fixes an issue with 2 nokogiri versions breaking asciidoctor-epub3 on arm64
&& if [ "$TARGETARCH" = "arm64" ]; then gem uninstall nokogiri -v '> 1.14'; fi
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the workaround from #407 as it looks like asciidoctor-epub3 tests passes with the latest native nokogiri Alpine 3.21 package (even on arm64)

@dduportal dduportal merged commit bf49ba9 into main Apr 28, 2025
4 checks passed
@dduportal dduportal deleted the updatecli_main_f27ca58bb4a6081da7528ed86064c07771fa7c6122c2aa241dacea7f3f649918 branch April 28, 2025 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant