Skip to content

Commit

Permalink
Update Changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
elendil-software committed Jul 31, 2022
1 parent 6acdc10 commit e2c6fcd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 2.12 (2022-07-31)

Report of modifications from AA+ v2.0 to 2.12

- Addition of a new CAAMoonPhases2 class.
- Addition of a new CAAMoonNodes2 class.
- Addition of a new CAAMoonPerigeeApogee2 class.
- Addition of a new CAAMoonMaxDeclinations2 class.
- Addition of a new CAAEquinoxesAndSolstices2 class.
- Addition of a new AASRiseTransitSet2 class which addresses issues with the existing AASRiseTransitSet class which is now considered deprecated.
- Updated the observed DeltaT values

Fixes

- Renamed CAAPhysicalMarsDetails to AASPhysicalMarsDetails
- Renamed CAAPhysicalJupiterDetails to AASPhysicalJupiterDetails

## 1.99.1 (2019-02-03)

- Updated changelog
Expand Down
6 changes: 3 additions & 3 deletions Src/AASharp/AASharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ AASharp is a C# port of PJ Naughter's static C++ library, AA+. Naughter's librar
</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/jsauve/AASharp</PackageProjectUrl>
<AssemblyVersion>1.97.0</AssemblyVersion>
<FileVersion>1.97.0</FileVersion>
<Version>1.97.0</Version>
<AssemblyVersion>2.12.0</AssemblyVersion>
<FileVersion>2.12.0</FileVersion>
<Version>2.12.0</Version>
<Authors>Joe Sauve, Julien Tschäppät</Authors>
<RepositoryUrl>https://github.com/jsauve/AASharp</RepositoryUrl>
<PackageTags>Astronomy,Algorithm</PackageTags>
Expand Down

0 comments on commit e2c6fcd

Please sign in to comment.