Skip to content

Commit 3b476ad

Browse files
committed
v2.0.0
1 parent 747bd75 commit 3b476ad

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

33

4+
5+
## 2.0.0 (2025-01-06)
6+
7+
#### :rocket: Enhancement
8+
* [#671](https://github.com/Turbo87/igc-parser/pull/671) Add optional support for `L` records ([@Turbo87](https://github.com/Turbo87))
9+
* [#507](https://github.com/Turbo87/igc-parser/pull/507) GeoDatum handling ([@mreinart](https://github.com/mreinart))
10+
* [#521](https://github.com/Turbo87/igc-parser/pull/521) LAD / LOD extensions for B records ([@spasutto](https://github.com/spasutto))
11+
* [#657](https://github.com/Turbo87/igc-parser/pull/657) Parse TZN timezone headers ([@stefwalter](https://github.com/stefwalter))
12+
13+
#### :memo: Documentation
14+
* [#428](https://github.com/Turbo87/igc-parser/pull/428) Document `options` parameter ([@JuanIrache](https://github.com/JuanIrache))
15+
16+
#### :house: Internal
17+
* [#669](https://github.com/Turbo87/igc-parser/pull/669) Improve CI workflow config ([@Turbo87](https://github.com/Turbo87))
18+
* [#663](https://github.com/Turbo87/igc-parser/pull/663) CI: Extract `PNPM_VERSION` env var ([@Turbo87](https://github.com/Turbo87))
19+
* [#659](https://github.com/Turbo87/igc-parser/pull/659) Fix broken CI workflow ([@Turbo87](https://github.com/Turbo87))
20+
21+
#### Committers: 5
22+
- Juan Irache ([@JuanIrache](https://github.com/JuanIrache))
23+
- MR ([@mreinart](https://github.com/mreinart))
24+
- Stef Walter ([@stefwalter](https://github.com/stefwalter))
25+
- Sylvain Pasutto ([@spasutto](https://github.com/spasutto))
26+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
27+
428
## 1.1.0 (2021-10-17)
529

630
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "igc-parser",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "IGC flight log parser",
55
"license": "MIT",
66
"author": "Tobias Bieniek <tobias.bieniek@gmail.com>",

0 commit comments

Comments
 (0)