Skip to content

Commit

Permalink
git submodule update --remote to upgrade cppjieba from v5.1.2 to v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Jul 26, 2024
1 parent 59a9b99 commit 608e5a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# CHANGELOG

## Next Version
## v3.4.0

+ package-lock.json updated by 'npm install'
+ npm outdated; npm update;
+ git submodule update --remote to upgrade cppjieba from v5.1.2 to v5.1.3

## v3.3.1

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nodejieba",
"description": "chinese word segmentation for node",
"version": "3.3.1",
"version": "3.4.0",
"author": "Yanyi Wu <[email protected]>",
"maintainers": [
"Yanyi Wu <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion submodules/cppjieba
Submodule cppjieba updated 45 files
+0 −2 .github/workflows/cmake.yml
+3 −0 .gitmodules
+5 −1 ChangeLog.md
+0 −1 deps/CMakeLists.txt
+0 −5 deps/gtest/CMakeLists.txt
+0 −283 deps/gtest/include/gtest/gtest-death-test.h
+0 −230 deps/gtest/include/gtest/gtest-message.h
+0 −1,421 deps/gtest/include/gtest/gtest-param-test.h
+0 −487 deps/gtest/include/gtest/gtest-param-test.h.pump
+0 −796 deps/gtest/include/gtest/gtest-printers.h
+0 −232 deps/gtest/include/gtest/gtest-spi.h
+0 −176 deps/gtest/include/gtest/gtest-test-part.h
+0 −259 deps/gtest/include/gtest/gtest-typed-test.h
+0 −2,155 deps/gtest/include/gtest/gtest.h
+0 −358 deps/gtest/include/gtest/gtest_pred_impl.h
+0 −58 deps/gtest/include/gtest/gtest_prod.h
+0 −308 deps/gtest/include/gtest/internal/gtest-death-test-internal.h
+0 −210 deps/gtest/include/gtest/internal/gtest-filepath.h
+0 −1,226 deps/gtest/include/gtest/internal/gtest-internal.h
+0 −233 deps/gtest/include/gtest/internal/gtest-linked_ptr.h
+0 −4,822 deps/gtest/include/gtest/internal/gtest-param-util-generated.h
+0 −301 deps/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
+0 −619 deps/gtest/include/gtest/internal/gtest-param-util.h
+0 −1,788 deps/gtest/include/gtest/internal/gtest-port.h
+0 −350 deps/gtest/include/gtest/internal/gtest-string.h
+0 −968 deps/gtest/include/gtest/internal/gtest-tuple.h
+0 −336 deps/gtest/include/gtest/internal/gtest-tuple.h.pump
+0 −3,330 deps/gtest/include/gtest/internal/gtest-type-util.h
+0 −296 deps/gtest/include/gtest/internal/gtest-type-util.h.pump
+0 −0 deps/gtest/src/.deps/.dirstamp
+0 −681 deps/gtest/src/.deps/gtest-all.Plo
+0 −509 deps/gtest/src/.deps/gtest_main.Plo
+0 −0 deps/gtest/src/.dirstamp
+0 −48 deps/gtest/src/gtest-all.cc
+0 −1,234 deps/gtest/src/gtest-death-test.cc
+0 −380 deps/gtest/src/gtest-filepath.cc
+0 −1,038 deps/gtest/src/gtest-internal-inl.h
+0 −746 deps/gtest/src/gtest-port.cc
+0 −356 deps/gtest/src/gtest-printers.cc
+0 −110 deps/gtest/src/gtest-test-part.cc
+0 −110 deps/gtest/src/gtest-typed-test.cc
+0 −4,898 deps/gtest/src/gtest.cc
+0 −39 deps/gtest/src/gtest_main.cc
+6 −0 test/CMakeLists.txt
+1 −0 test/googletest

0 comments on commit 608e5a0

Please sign in to comment.