From 11fe3241d7428893fc2956d18c1a423fc8768143 Mon Sep 17 00:00:00 2001 From: ChunelFeng Date: Thu, 18 Jul 2024 22:45:22 +0800 Subject: [PATCH] [tag] retag v2.6.0, for GMutable bug. --- CONTRIBUTORS.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0827b28..38f131a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -26,5 +26,6 @@ Contributors: - [jiangliu123456](https://github.com/jiangliu123456) - [PolarLinda6](https://github.com/PolarLinda6) - [pujiangxin](https://github.com/pujiangxin) +- [kajo-kurisu](https://github.com/kajo-kurisu) 感谢以上朋友,为CGraph项目做出的贡献,排名以贡献时间前后为顺序。 diff --git a/README.md b/README.md index f2afbd7..17fba2e 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ int main() { * 提供`test`内容,包含性能和功能方面的测试用例 * 优化`event`(事件)机制,支持异步等待功能 -[2024.06.14 - v2.6.0 - [PaPaPig-Melody](https://github.com/PaPaPig-Melody), Chunel] +[2024.07.18 - v2.6.0 - [PaPaPig-Melody](https://github.com/PaPaPig-Melody), Chunel] * 提供`pipeline`的拓扑执行的方式 * 提供判定`element`之间是否有依赖关系的方法 * 提供bazel编译方式