]> granicus.if.org Git - graphviz/commitdiff
Stable Release 2.49.0
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 24 Aug 2021 02:55:31 +0000 (19:55 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 28 Aug 2021 16:11:40 +0000 (09:11 -0700)
CHANGELOG.md
gen_version.py

index 4a237403ec5bf7198e6e411e66bfd7ae23415ed3..993962efe10a90b3209648e409b38ad59bb964c7 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.49.0] – 2021-08-28
+
 ### Added
 - a very basic C++ API for a subset of the functions in lib/cgraph and
   lib/gvc, allowing a graph to be rendered from DOT source to a
@@ -1511,7 +1513,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.48.0...main
+[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.49.0...main
+[2.49.0]: https://gitlab.com/graphviz/graphviz/compare/2.48.0...2.49.0
 [2.48.0]: https://gitlab.com/graphviz/graphviz/compare/2.47.3...2.48.0
 [2.47.3]: https://gitlab.com/graphviz/graphviz/compare/2.47.2...2.47.3
 [2.47.2]: https://gitlab.com/graphviz/graphviz/compare/2.47.1...2.47.2
index 06b6c7a3a73efa74fc21d47d72033e12b1917999..bb961141838c0cd619e29bc62742ed7ed98394bf 100644 (file)
@@ -27,7 +27,7 @@ import os
 import subprocess
 import sys
 
-collection = "development"
+collection = "stable"
 
 version = "2.49.0"