Commit 61d052cb authored by huteng.ht's avatar huteng.ht
Browse files

chore: bump version to v0.1.3


Signed-off-by: default avatarhuteng.ht <huteng.ht@bytedance.com>
parent 40fb3389
......@@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
---
## [0.1.3] - 2024-04-26
### Bug Fixes
- **(load)** set cuda device in each thread
- **(security)** fix typo in comments
- **(ut)** clean files in ut
- directIO segmentation fault
- modify aksk less real
### Features
- **(security)** compat with cipher header and use cipher in posix
- **(sfcs)** set sfcs sync interval by environ
- **(sfcs)** reduce memcpy
- **(sfcs)** parse sfcs confs from environ in json format
- add clone mode for shared tensor
- get cfs task id from env
### Miscellaneous Chores
- **(security)** clarify cipher readme
- cpp coding style
### License
- add license file and header
## [0.1.2] - 2024-01-25
### Bug Fixes
......
......@@ -14,4 +14,4 @@ See the License for the specific language governing permissions and
limitations under the License.
'''
__version__ = "0.1.2"
__version__ = "0.1.3"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment