Skip to content

Commit

Permalink
version 3.3.4 (#155)
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
knightast committed Jan 28, 2023
1 parent 49a9c66 commit 644a3f1
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Options.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(LGRAPH_VERSION_MAJOR 3)
set(LGRAPH_VERSION_MINOR 3)
set(LGRAPH_VERSION_PATCH 3)
set(LGRAPH_VERSION_PATCH 4)

# options
option(ENABLE_WALL "Enable all compiler's warning messages." ON)
Expand Down
2 changes: 1 addition & 1 deletion doc/autogen/TuGraph-CPP-Procedure-API/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "TuGraph Procedure API - C++"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 3.3.3
PROJECT_NUMBER = 3.3.4

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion doc/autogen/TuGraph-Python-Procedure-API/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
TuGraph Procedure API - Python
====================================
Version: 3.3.3
Version: 3.3.4

Copyright (C) 2018-2022 Ant Group.

Expand Down
14 changes: 14 additions & 0 deletions doc/en-US/5.supplement/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Update the content description

# 3.3.4 (2023-1-28)

**Breaking Changes:**

1. None

**Improvements And Bug Fixes:**

1. Fix WAL sync bug

2. Update python rest client

3. Other bug fix

# 3.3.3 (2022-12-23)

**Breaking Changes:**
Expand Down
14 changes: 14 additions & 0 deletions doc/zh-CN/5.supplement/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 更新内容说明

# 3.3.4 (2023-1-28)

**Breaking Changes:**

1. None

**Improvements And Bug Fixes:**

1. Fix WAL sync bug

2. Update python rest client

3. Other bug fix

# 3.3.3 (2022-12-23)

**Breaking Changes:**
Expand Down
14 changes: 14 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log for TuGraph

# 3.3.4 (2023-1-28)

**Breaking Changes:**

1. None

**Improvements And Bug Fixes:**

1. Fix WAL sync bug

2. Update python rest client

3. Other bug fix

# 3.3.3 (2022-12-23)

**Breaking Changes:**
Expand Down

0 comments on commit 644a3f1

Please sign in to comment.