release 0.7.1 (#1098)

This commit is contained in:
Sergiu Deitsch 2024-06-08 17:07:34 +02:00 committed by GitHub
parent 4c50627c38
commit 7b134a5c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.22) cmake_minimum_required (VERSION 3.22)
project (glog project (glog
VERSION 0.7.0 VERSION 0.7.1
DESCRIPTION "C++ implementation of the Google logging module" DESCRIPTION "C++ implementation of the Google logging module"
HOMEPAGE_URL https://github.com/google/glog HOMEPAGE_URL https://github.com/google/glog
LANGUAGES CXX LANGUAGES CXX

View File

@ -1,3 +1,8 @@
2024-06-08 Google Inc. <opensource@google.com>
* google-glog: version 0.7.1.
* See git log for the details.
2024-02-17 Google Inc. <opensource@google.com> 2024-02-17 Google Inc. <opensource@google.com>
* google-glog: version 0.7.0. * google-glog: version 0.7.0.