0.12.0 #54
e-dant
announced in
Announcements
0.12.0
#54
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
0.12.0
Various documentation improvements in the readme, especially around new features.
The readme for the C project was contributed by @AlliBalliBaba in #53
Added (heavily optimized) builds in CI for our "important" artifacts:
twwtr.watcherwatcher.so.<version>andwatcher-c.hThese artifacts are available for a wide range of platforms. The CLI and C
shared library are built for these triplets:
aarch64-apple-darwinaarch64-pc-windows-msvcaarch64-unknown-linux-gnuaarch64-unknown-linux-muslarmv7-unknown-linux-gnueabihfarmv7-unknown-linux-musleabihfx86_64-pc-windows-msvcx86_64-unknown-linux-gnux86_64-unknown-linux-muslThe Python wheels are built for these platforms Linux and Apple on Python 3.8 and up.
On Linux, the musl and gnu libcs, and the architectures
x86_64andaarch64, are supported.On Apple, only
aarch64is supported (because of a bug on intel runners; see the workflow).Added support for using this project in C, Python and Node.js:
Each of the new bindings have a basic test suite.
Some examples for these new languages.
Each of the examples has similar behavior:
/C
Python
Node.js/TypeScript/JavaScript
This discussion was created from the release 0.12.0.
Beta Was this translation helpful? Give feedback.
All reactions