Skip to content

Commit c1cf5af

Browse files
committed
0.8.0
1 parent ebc4e0b commit c1cf5af

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python application
22

33
on:
44
push:
5-
branches: ["asdf"]
5+
branches: ["main"]
66

77
permissions:
88
contents: read

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ let ticks_json = parseTicks("path_to_demo.dem", ["X", "Y"])
4343
| mvps| m_iMVPs |
4444
| is_alive | m_bPawnIsAlive |
4545
| balance | m_iAccount |
46+
| inventory| _ |
4647
| life_state | m_lifeState |
4748
| pitch | m_angEyeAngles[0] |
4849
| yaw | m_angEyeAngles[1] |

src/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "demoparser2"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55

66

0 commit comments

Comments
 (0)