Skip to content

Commit 9b85352

Browse files
committed
Update docs
1 parent a6ec6fa commit 9b85352

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.3.0
33
commit = False
44
allow_dirty = True
55

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (`<major>`.`<minor>`.`<patch>`)
33

4+
## [v1.3.0]
5+
### Changed
6+
* #20 Bump supported CircuitPython to v9.x only
7+
* #20 Update vendored libraries to v9.0 compatible `*.mpy` files
8+
49
## [v1.2.0]
510
### Added
611
* #14 Add support for the ADSB.lol API

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Thank you to [markleoart](https://www.fiverr.com/markleoart) for creating the ai
88
![screenshot1](./doc/screenie.bmp "SkyPortal in action") ![screenshot2](./doc/screenie_with_info.bmp "SkyPortal in action, with aircraft popup")
99

1010
## Getting Started
11-
Users are assumed have read through [Adafruit's PyPortal learning guide](https://learn.adafruit.com/adafruit-pyportal). CircuitPython v9.0 is currently in use for this repository, no other versions are evaluated.
11+
Users are assumed have read through [Adafruit's PyPortal learning guide](https://learn.adafruit.com/adafruit-pyportal). CircuitPython v9.0 is currently in use for this repository, no other versions are evaluated & reverse compatibility is not guaranteed.
1212

13-
The CircuitPython libraries in `lib` are sourced from the Official and Community bundles, which can be found on the [CircuitPython libraries page](https://learn.adafruit.com/adafruit-pyportal)
13+
The CircuitPython libraries in `lib` are sourced from the Official and Community bundles, which can be found on the [CircuitPython libraries page](https://learn.adafruit.com/adafruit-pyportal). Compatibility for a given SkyPortal release is only ensured with library files vendored by this repository.
1414

1515
**WARNING:** In order to generate the background map tile, this project's `boot.py` modifies the boot process to allow the filesystem to be used as a writeable cache. In the unlikely event that things go horribly awry you may lose the existing contents of your device, so be sure to back them up before working with this project.
1616

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "skyportal"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "A PyPortal based flight tracker"
55
authors = ["sco1 <[email protected]>"]
66

0 commit comments

Comments
 (0)