]> granicus.if.org Git - graphviz/commitdiff
Stable release 2.47.1
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 11 Apr 2021 23:23:48 +0000 (16:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Apr 2021 18:39:07 +0000 (11:39 -0700)
CHANGELOG.md
gen_version.py

index 3fe340551bd7eba51fe7c266585059eccfa5aea6..417c97dee0452e1c283a5a3670b73bdb3ba19e58 100644 (file)
@@ -6,7 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.47.1] - 2021-04-17
+
 ### Changed
+
 - More detailed error messages when opening input file fails
 
 ### Fixed
@@ -1381,7 +1384,8 @@ March 13, 2000: Use AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL
    in configure.in.  John Ellson <ellson@graphviz.org>
 ```
 
-[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.47.0...main
+[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.47.1...main
+[2.47.1]: https://gitlab.com/graphviz/graphviz/compare/2.47.0...2.47.1
 [2.47.0]: https://gitlab.com/graphviz/graphviz/compare/2.46.1...2.47.0
 [2.46.1]: https://gitlab.com/graphviz/graphviz/compare/2.46.0...2.46.1
 [2.46.0]: https://gitlab.com/graphviz/graphviz/compare/2.44.1...2.46.0
index 800076fc440865816ee59edc73feca57b750a20f..2dbd499286cb5be9dafc6e09eb83b2bcf30b5c5e 100644 (file)
@@ -19,7 +19,7 @@
 # 2.44.2          stable                 => 2.44.2
 # 2.44.3          development            => 2.44.3~dev.20200824.1337
 
-collection = 'development'
+collection = 'stable'
 
 version = '2.47.1'