Skip to content

Commit

Permalink
Build: Released 0.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.1](v0.5.0...v0.5.1) (2023-06-08)

### Build

* Always refresh docs ([911c860](911c860))

### Docs

* CITATION.cff ([63bc10d](63bc10d))
* Mention company in CITATION.cff ([c7423c0](c7423c0))

### Fix

* `interface` is a macro in MSVC. ([bed3f79](bed3f79))
* Add `winsock` includes to support windows. ([d0314b1](d0314b1))
* Currently `iovecs` are required only for `uring`. ([9d850be](9d850be))
* MSVC by default makes Debug build. ([0a6c40d](0a6c40d))
* Redundant `;` is a problem on MSVC ([578e741](578e741))
* Workflows ([61e8968](61e8968))

### Make

* Add `MSVC` specific flags. ([18a8276](18a8276))
* Enable windows build on pipelines ([7210d02](7210d02))
* Refactor `pyproject` and `setup.py` for Windows ([2f23d56](2f23d56))

### Refactor

* `engine_posix` for Windows compatibility ([c3d40a5](c3d40a5))
* Remove unused include ([07ae160](07ae160))
* Use `fileno` for cross-compatibility. ([0a72a71](0a72a71))
  • Loading branch information
semantic-release-bot committed Jun 8, 2023
1 parent b50af53 commit ee3b4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1

0 comments on commit ee3b4ba

Please sign in to comment.