Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
## 1.0.3
## 1.1.0

- feat: add ra4, gI, gA drag functions
- feat: trajectory data interpolation extension
- bug: fix unit conversions
- docs: add sources for drag functions
- tests: basic trajectory unit tests based on Hornady calculator

- Allo unconverted creation of units.
## 1.0.3

- Allo unconverted creation of units.

## 1.0.2

- Format code using `dartfmt`.


## 1.0.1

- Renaming example file.
- Reformat code using dartfmt

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ballistic
description: Calculation of the bullet trajectory in flight, bullet drop, bullet path, bullet velocity, wind deflection, and terminal velocity in a 2D environment. |
version: 1.0.3
version: 1.1.0
repository: https://github.com/deicon/ballistic

environment:
Expand Down