Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
This is a major release in the sense that there's a breaking API change,
but not in the sense that anything earth-shatteringly urgent has
occurred.

In certain situations, user-provided options were not being merged
correctly. This meant that default config values were being ignored
erroneously.
This was a bug, which has been fixed. Unfortunately, it's possible that
downstream projects were relying on the old, broken behavior, so a
simple patch release wouldn't do.

If you're _not_ passing any options to `to_html` and everything works
fine for you, than this should be an upgrade without side-effects.

If you _are_ passing options to `to_html` (i.e. overridding the
defaults), then consult the README for a list of options and
their default values. Make sure that the default values given to
`to_html` is acceptable to your project!
  • Loading branch information
gjtorikian committed Nov 25, 2024
1 parent f3cfd2c commit ab53b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commonmarker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Commonmarker
VERSION = "1.1.5"
VERSION = "2.0.0"
end

0 comments on commit ab53b5d

Please sign in to comment.