Skip to content

Commit a7313aa

Browse files
committed
Version 4.1.0
1 parent a043bad commit a7313aa

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

HISTORY

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
= Release History
22

3-
== 4.0.1 / 2023-04-30
3+
== 4.1.0 / 2023-04-30
44

55
* Fix compile warning (or error) for rxml_encoding_to_rb_encoding (Charlie Savage)
6-
* Remove LibXML::XML.features since its uses functionality deprecated in LibXML (Charlie Savage)
6+
* Breaking - Remove LibXML::XML.features since its uses functionality deprecated in LibXML (Charlie Savage)
77

88
== 4.0.0 / 2022-12-28
99

ext/libxml/ruby_xml_version.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/* Don't nuke this block! It is used for automatically updating the
2-
* versions below. VERSION = string formatting, VERNUM = numbered
3-
* version for inline testing: increment both or none at all.*/
4-
#define RUBY_LIBXML_VERSION "4.0.0"
5-
#define RUBY_LIBXML_VERNUM 400
6-
#define RUBY_LIBXML_VER_MAJ 4
7-
#define RUBY_LIBXML_VER_MIN 0
8-
#define RUBY_LIBXML_VER_MIC 0
9-
#define RUBY_LIBXML_VER_PATCH 0
1+
/* Don't nuke this block! It is used for automatically updating the
2+
* versions below. VERSION = string formatting, VERNUM = numbered
3+
* version for inline testing: increment both or none at all.*/
4+
#define RUBY_LIBXML_VERSION "4.1.0"
5+
#define RUBY_LIBXML_VERNUM 400
6+
#define RUBY_LIBXML_VER_MAJ 4
7+
#define RUBY_LIBXML_VER_MIN 1
8+
#define RUBY_LIBXML_VER_MIC 0
9+
#define RUBY_LIBXML_VER_PATCH 0

0 commit comments

Comments
 (0)