Skip to content

Commit b60270e

Browse files
0.1.0
Automatically generated by python-semantic-release
1 parent 1a83801 commit b60270e

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# CHANGELOG
2+
3+
4+
5+
## v0.1.0 (2024-04-21)
6+
7+
### Chore
8+
9+
* chore: add project metadata ([`7777d01`](https://github.com/blepabyte/maxray/commit/7777d01f1b58ac86501daad0db392c8204181e5b))
10+
11+
### Ci
12+
13+
* ci: fix actions yaml syntax ([`1a83801`](https://github.com/blepabyte/maxray/commit/1a8380120a78988c262b8098d6c5300e21dd99b0))
14+
15+
* ci: add semantic release ([`faec1c7`](https://github.com/blepabyte/maxray/commit/faec1c7ff25b6bdaebbc0630a6d0d2031161177f))
16+
17+
* ci: add test workflow ([`b230176`](https://github.com/blepabyte/maxray/commit/b230176d998643c20d0e5961e12be5d24425b505))
18+
19+
### Documentation
20+
21+
* docs: update README ([`cd6ce55`](https://github.com/blepabyte/maxray/commit/cd6ce55e3d74e92187c3c584f1a1c71d6a0f070f))
22+
23+
* docs: add README ([`3894fbe`](https://github.com/blepabyte/maxray/commit/3894fbe2f9ba39ceaf6ae85e93336ab833b7fa53))
24+
25+
### Feature
26+
27+
* feat: handle async functions
28+
29+
Also fixes for `match` handling, functools wrapping, and multiple decorators ([`71029d0`](https://github.com/blepabyte/maxray/commit/71029d058e1a6fd39f51439c63968ab8563ba56e))
30+
31+
* feat: implement transform, xray, maxray ([`6427aef`](https://github.com/blepabyte/maxray/commit/6427aef210e118944c83dc89556f9a8ba9b72650))
32+
33+
### Fix
34+
35+
* fix: keep exact original source code locations ([`2d48e9a`](https://github.com/blepabyte/maxray/commit/2d48e9ad6786f3b6459e9acbfb5741812d835589))
36+
37+
### Refactor
38+
39+
* refactor: function descend logic ([`26bd6fe`](https://github.com/blepabyte/maxray/commit/26bd6fed9739c4ca3ca2ddb39324429f0b99bbd4))
40+
41+
### Test
42+
43+
* test: decorators and callable hashing ([`db4fd51`](https://github.com/blepabyte/maxray/commit/db4fd51964decf84d786a3efe6ae7a66955a07b8))
44+
45+
* test: check side effects ([`9facb09`](https://github.com/blepabyte/maxray/commit/9facb09a09f9cb57a50ef329ff362076127d012e))

0 commit comments

Comments
 (0)