octane 0.13.1 → 0.13.2
raw patch · 3 files changed
+3/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- data/properties.json +1/−0
- octane.cabal +1/−1
- package.yaml +1/−1
data/properties.json view
@@ -109,6 +109,7 @@ "TAGame.PRI_TA:MatchScore": "int", "TAGame.PRI_TA:MatchShots": "int", "TAGame.PRI_TA:PartyLeader": "party_leader",+ "TAGame.PRI_TA:PawnType": "byte", "TAGame.PRI_TA:PersistentCamera": "flagged_int", "TAGame.PRI_TA:ReplicatedGameEvent": "flagged_int", "TAGame.PRI_TA:Title": "int",
octane.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: octane-version: 0.13.1+version: 0.13.2 synopsis: Parse Rocket League replays. description: Octane parses Rocket League replays. category: Game
package.yaml view
@@ -79,4 +79,4 @@ - -with-rtsopts=-N main: Main.hs source-dirs: test-suite-version: '0.13.1'+version: '0.13.2'