Skip to content

Commit

Permalink
Version 0.164_01
Browse files Browse the repository at this point in the history
Set version to 0.164_01. Update Changes file for changes since v00.164.
  • Loading branch information
trwyant committed Apr 27, 2024
1 parent dea9734 commit eef9e7b
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 13 deletions.
15 changes: 15 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
0.164_01 2024-04-27 T. R. Wyant
Space Track optiond in celestrak() are now fatal.

Mike McCants removes his RCS data file. The corresponding mccants()
catalog is documented as 404, and to be removed 2024-11-01 unless it
shows back up in the interim. The corresponding test is now TODO.

Track changes in Kelso data set names. He renamed the data sets for
the Chinese and Russian ASAT test debris. The old names are retained
as synonyms. The data supporting the synonyms etc got refactired
from the test into Astro::SpaceTrack so I could display the notes in
names->( 'celestrak' )

Kelso dropped Iridium status April 26 2024.

0.164 2024-01-31 T. R. Wyant
Deprecate iridium_status() and associated attributes

Expand Down
2 changes: 1 addition & 1 deletion eg/SpaceTrackTk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use IO::File;
use Tk;
use Tk::Pane;

our $VERSION = '0.164';
our $VERSION = '0.164_01';

my @pad = qw{ -padx 5 -pady 5 }; # Standard cell padding

Expand Down
2 changes: 1 addition & 1 deletion eg/celestrak
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use strict;
use warnings;

our $VERSION = '0.164';
our $VERSION = '0.164_01';

use Astro::SpaceTrack;

Expand Down
2 changes: 1 addition & 1 deletion eg/spacetrack-identity
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Getopt::Long 2.33 qw{ :config auto_version };
use Astro::SpaceTrack;
use Pod::Usage;

our $VERSION = '0.164';
our $VERSION = '0.164_01';

my %opt;

Expand Down
2 changes: 1 addition & 1 deletion inc/Astro/SpaceTrack/Dumper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ eval {
1;
} or croak 'Can not load Mock::LWP::UserAgent. Code must be run from the base directory of the Astro-SpaceTrack distribution';

our $VERSION = '0.164';
our $VERSION = '0.164_01';

{
my $json;
Expand Down
2 changes: 1 addition & 1 deletion inc/Mock/LWP/UserAgent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use HTTP::Response;
use LWP::UserAgent;
use JSON;

our $VERSION = '0.164';
our $VERSION = '0.164_01';

our $CANNED_RESPONSE_DIR = File::Spec->catdir(
qw{ t data Mock-LWP-UserAgent } );
Expand Down
2 changes: 1 addition & 1 deletion inc/My/Module/Recommend/Any.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Exporter;

our @ISA = qw{ Exporter };

our $VERSION = '0.164';
our $VERSION = '0.164_01';

our @EXPORT_OK = qw{ __any };

Expand Down
2 changes: 1 addition & 1 deletion inc/My/Module/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use HTTP::Date;
use HTTP::Status qw{ :constants };
use Test::More 0.96; # For subtest

our $VERSION = '0.164';
our $VERSION = '0.164_01';

# Set the following to zero if Space Track (or any other SSL host)
# starts using a certificate that can not be verified.
Expand Down
2 changes: 1 addition & 1 deletion lib/Astro/SpaceTrack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ use Exporter;

our @ISA = qw{ Exporter };

our $VERSION = '0.164';
our $VERSION = '0.164_01';
our @EXPORT_OK = qw{
shell
Expand Down
2 changes: 1 addition & 1 deletion script/SpaceTrack
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use strict;
use warnings;

our $VERSION = '0.164';
our $VERSION = '0.164_01';

use Astro::SpaceTrack qw{shell};
use Getopt::Long 2.39;
Expand Down
2 changes: 1 addition & 1 deletion tools/all_iridium_classic
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use JSON;
use List::Util qw{ max };
use Pod::Usage;

our $VERSION = '0.164';
our $VERSION = '0.164_01';

my %opt;

Expand Down
2 changes: 1 addition & 1 deletion tools/capture
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use JSON;
use Mock::LWP::UserAgent ();
use My::Module::Test ();

our $VERSION = '0.164';
our $VERSION = '0.164_01';

my %opt = (
directory => $Mock::LWP::UserAgent::CANNED_RESPONSE_DIR,
Expand Down
2 changes: 1 addition & 1 deletion tools/celestrak-availability
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Getopt::Long 2.33 qw{ :config auto_version };
use LWP::UserAgent;
use Pod::Usage;

our $VERSION = '0.164';
our $VERSION = '0.164_01';

my %opt = (
https => 1,
Expand Down
2 changes: 1 addition & 1 deletion tools/modeldef
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use JSON;
use Pod::Usage;
use POSIX qw{ strftime };

our $VERSION = '0.164';
our $VERSION = '0.164_01';

my %opt;

Expand Down

0 comments on commit eef9e7b

Please sign in to comment.