]> Sergey Matveev's repositories - bfs.git/commitdiff
Release 3.0.3
authorTavian Barnes <tavianator@tavianator.com>
Fri, 13 Oct 2023 02:13:49 +0000 (22:13 -0400)
committerTavian Barnes <tavianator@tavianator.com>
Fri, 13 Oct 2023 02:13:49 +0000 (22:13 -0400)
GNUmakefile
docs/CHANGELOG.md
src/config.h

index 69cfe3d29c11bb8b716540c95a546e0104bd0859..27d667472d92a5d8d1a7aee9be5d6121265084b3 100644 (file)
@@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
 endif
 
 ifndef VERSION
-VERSION := 3.0.2
+VERSION := 3.0.3
 endif
 
 ifndef OS
index 8e10caa87085ae099fb3687425b8b6aff7a826f0..253dd46eb0394cc7fff38c728233c63602df331e 100644 (file)
@@ -1,16 +1,10 @@
 3.*
 ===
 
-3.1
----
-
-**Coming soon**
-
-### New features
-
-- `bfs` now uses `io_uring` on Linux ([#106])
+3.0.3
+-----
 
-- `bfs` now comes with an official benchmark suite ([#126])
+**October 12, 2023**
 
 ### Changes
 
@@ -26,8 +20,6 @@
 
 - Fixed a linked-list corruption that could lead to an infinite loop on macOS and other non-Linux, non-FreeBSD platforms ([`773f4a4`])
 
-[#106]: https://github.com/tavianator/bfs/pull/106
-[#126]: https://github.com/tavianator/bfs/pull/126
 [`5f16169`]: https://github.com/tavianator/bfs/commit/5f1616912ba3a7a23ce6bce02df3791b73da38ab
 [`2572273`]: https://github.com/tavianator/bfs/commit/257227326fe60fe70e80433fd34d1ebcb2f9f623
 [`a029d95`]: https://github.com/tavianator/bfs/commit/a029d95b5736a74879f32089514a5a6b63d6efbc
index 862a839b45bf6573790e6a6adf4fb312eb4760c1..980980a6b8f72883879262cf4277ee50668eca80 100644 (file)
@@ -22,7 +22,7 @@
 #  define BFS_COMMAND "bfs"
 #endif
 #ifndef BFS_VERSION
-#  define BFS_VERSION "3.0.2"
+#  define BFS_VERSION "3.0.3"
 #endif
 #ifndef BFS_HOMEPAGE
 #  define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html"