Skip to content
Snippets Groups Projects
Commit 7fb5b3de authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

version 1.21.3

parent e1f02255
No related branches found
No related tags found
No related merge requests found
YAT history file YAT history file
===================
1.21.3 (2025/01/14)
===================
Fixes
class String
split methods: empty input string result in empty output collection
Changes:
function 'async'
Use a configurable pool of threads
-> see <yat/threading/Future.h>
=================== ===================
1.21.2 (2024/07/15) 1.21.2 (2024/07/15)
=================== ===================
......
...@@ -2,7 +2,7 @@ from conan import ConanFile ...@@ -2,7 +2,7 @@ from conan import ConanFile
class yatRecipe(ConanFile): class yatRecipe(ConanFile):
name = "yat" name = "yat"
version = "1.21.2" version = "1.21.3"
package_type = "library" package_type = "library"
user = "soleil" user = "soleil"
python_requires = "base/[>=1.0]@soleil/stable" python_requires = "base/[>=1.0]@soleil/stable"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId> <artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.21.2</version> <version>1.21.3</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>YAT</name> <name>YAT</name>
<description>Yet Another Toolkit Library</description> <description>Yet Another Toolkit Library</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment