Skip to content

Commit c03b3fc

Browse files
committed
Release 0.0.1
1 parent aef99bd commit c03b3fc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ To get started with using `xeus-cpp`, check out the full documentation
6363

6464
http://xeus-cpp.readthedocs.io
6565

66-
6766
## Dependencies
6867

6968
`xeus-cpp` depends on
@@ -75,6 +74,11 @@ http://xeus-cpp.readthedocs.io
7574
- [clang](https://github.com/llvm/llvm-project/)
7675
- [argparse](https://github.com/p-ranav/argparse)
7776

77+
| `xeus-cpp` | `xeus-zmq` | `xtl` | `clang` | `pugixml` | `cppzmq` | `cpp-argparse`| `nlohmann_json` | `dirent` (windows only) |
78+
|------------|-----------------|-----------------|-----------|-----------|----------|---------------|-----------------|-------------------------|
79+
| main | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=16,<17 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 |
80+
| 0.0.1 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=16,<17 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 |
81+
7882
## Contributing
7983

8084
See [CONTRIBUTING.md](./CONTRIBUTING.md) to know how to contribute and set up a

include/xeus-cpp/xeus_cpp_config.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
// Project version
1313
#define XEUS_CPP_VERSION_MAJOR 0
14-
#define XEUS_CPP_VERSION_MINOR 1
15-
#define XEUS_CPP_VERSION_PATCH 0
14+
#define XEUS_CPP_VERSION_MINOR 0
15+
#define XEUS_CPP_VERSION_PATCH 1
1616

1717
// Composing the version string from major, minor and patch
1818
#define XEUS_CPP_CONCATENATE(A, B) XEUS_CPP_CONCATENATE_IMPL(A, B)

0 commit comments

Comments
 (0)