aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2021-08-21 18:48:59 +0900
committerSyoyo Fujita <syoyo@lighttransport.com>2021-08-21 18:48:59 +0900
commit1e794e9c641ffbf46d7e6e3b445e4b1c2bda10bb (patch)
treeb2e409baa92336f69292c8bd6ce832c2938da5c6
parentcda807746092692fee68b241b4fa40dfcacaa164 (diff)
downloadtinyobjloader-1e794e9c641ffbf46d7e6e3b445e4b1c2bda10bb.tar.gz
Add note on v2.0 version.
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index e547e2d..91e9a92 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,10 @@ Tiny but powerful single file wavefront obj loader written in C++03. No dependen
If you are looking for C89 version, please see https://github.com/syoyo/tinyobjloader-c .
-Notice!
--------
+Version notice
+--------------
+
+We recommend to use `master`(`main`) branch. Its v2.0 release candidate. Most features are now nearly robust and stable(Remaining task for release v2.0 is polishing C++ and Python API).
We have released new version v1.0.0 on 20 Aug, 2016.
Old version is available as `v0.9.x` branch https://github.com/syoyo/tinyobjloader/tree/v0.9.x