Skip to content

Commit

Permalink
4.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Nov 5, 2023
1 parent cfdcbeb commit 7634a2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
= Release History

== 4.1.2 / 2023-11-04

* Fix Ruby warnings about undefined allocators (yuuji.yaginuma, Christopher Sahnwaldt)
* Fix Schema::Element required? and array? (John Andrews)
* Remove SchemaElement#minOccurs and SchemaElement#maxOccurs since they actually did not work (Charlie Savage)
* Fix typo: XPatch -> XPath (Christopher Sahnwaldt)
* Introduce new alternative Homebrew installation search paths to extconf makefile (Pierce Brooks)

== 4.1.1 / 2023-05-01

* Fix compile warning (or error) for input_callbacks_register_input_callbacks (Charlie Savage)
Expand Down
4 changes: 2 additions & 2 deletions ext/libxml/ruby_xml_version.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Don't nuke this block! It is used for automatically updating the
* versions below. VERSION = string formatting, VERNUM = numbered
* version for inline testing: increment both or none at all.*/
#define RUBY_LIBXML_VERSION "4.1.1"
#define RUBY_LIBXML_VERSION "4.1.2"
#define RUBY_LIBXML_VERNUM 400
#define RUBY_LIBXML_VER_MAJ 4
#define RUBY_LIBXML_VER_MIN 1
#define RUBY_LIBXML_VER_MIC 1
#define RUBY_LIBXML_VER_MIC 2
#define RUBY_LIBXML_VER_PATCH 0

0 comments on commit 7634a2a

Please sign in to comment.