Skip to content

Commit

Permalink
Bump a new version (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinraeKim authored Jan 3, 2025
1 parent 820b4c5 commit bb87662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Changes in v1.3.0
- A VTOL aircraft, `LiftCruiseVTOL2D`, and its visualizatoin is added (FSimZoo, FSimPlots).

# Changes in v1.0.0
- Add `Simulator` interface for both interactive and non-interactive simulation.
- Add [FSimROS.jl](https://github.com/JinraeKim/FSimROS.jl).
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FlightSims"
uuid = "a4c2f6ca-3fbe-4430-8ede-32935de4c069"
authors = ["JinraeKim <[email protected]> and contributors"]
version = "1.2.0"
version = "1.3.0"

[deps]
FSimBase = "731e945d-f3ed-49a1-bee2-3998705ef155"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
FSimBase = "0.2"
FSimZoo = "0.11"
FSimZoo = "0.12"
OrdinaryDiffEq = "6.53"
Reexport = "1.2"
julia = "1"
Expand Down

2 comments on commit bb87662

@JinraeKim
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Breaking changes

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/122335

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.0 -m "<description of version>" bb87662fbae8429065f4d5fa68921f01589b3a1a
git push origin v1.3.0

Please sign in to comment.