Skip to content

Commit 53aa06b

Browse files
committed
Version 0.179_001
Set version to 0.179_001. Update Changes file for changes since v00.172.
1 parent f378717 commit 53aa06b

14 files changed

Lines changed: 23 additions & 13 deletions

File tree

Changes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.179_001 2026-01-16 T. R. Wyant
2+
commit f37871788974beff2914a515b06616bbf1859863
3+
Author: Tom Wyant <wyant@cpan.org>
4+
Date: Fri Jan 16 12:38:49 2026 -0500
5+
6+
EMERGENCY Convert Space Track interface to new data classes.
7+
Space Track has removed classes 'tle_latest' and 'tle' in favor of 'gp'
8+
and 'gp_history'. They also removed legacy datum OBJECT_NUMBER, so
9+
queries have to use NORAD_CAT_ID now.
10+
111
0.172 2026-01-06 T. R. Wyant
212
Repackage licenses so that GitHub can find them (maybe). Thanks to
313
Mikko Koivunalho (specifically his blog post

eg/SpaceTrackTk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use IO::File;
1010
use Tk;
1111
use Tk::Pane;
1212

13-
our $VERSION = '0.172';
13+
our $VERSION = '0.179_001';
1414

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

eg/celestrak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use strict;
66
use warnings;
77

8-
our $VERSION = '0.172';
8+
our $VERSION = '0.179_001';
99

1010
use Astro::SpaceTrack;
1111

eg/spacetrack-identity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Getopt::Long 2.33 qw{ :config auto_version };
99
use Astro::SpaceTrack;
1010
use Pod::Usage;
1111

12-
our $VERSION = '0.172';
12+
our $VERSION = '0.179_001';
1313

1414
my %opt;
1515

inc/Astro/SpaceTrack/Dumper.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ our @ISA = qw{ Astro::SpaceTrack };
1919
use Mock::LWP::UserAgent;
2020
use My::Module::Test;
2121

22-
our $VERSION = '0.172';
22+
our $VERSION = '0.179_001';
2323

2424
sub new {
2525
my ( $class, %arg ) = @_;

inc/Mock/LWP/UserAgent.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use HTTP::Response;
1313
use LWP::UserAgent;
1414
use JSON;
1515

16-
our $VERSION = '0.172';
16+
our $VERSION = '0.179_001';
1717

1818
our $CANNED_RESPONSE_FILE;
1919

inc/My/Module/Recommend/Any.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Exporter;
88

99
our @ISA = qw{ Exporter };
1010

11-
our $VERSION = '0.172';
11+
our $VERSION = '0.179_001';
1212

1313
our @EXPORT_OK = qw{ __any };
1414

inc/My/Module/Test.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use HTTP::Date;
1313
use HTTP::Status qw{ :constants };
1414
use Test::More 0.96; # For subtest
1515

16-
our $VERSION = '0.172';
16+
our $VERSION = '0.179_001';
1717

1818
# Set the following to zero if Space Track (or any other SSL host)
1919
# starts using a certificate that can not be verified.

lib/Astro/SpaceTrack.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ use Exporter;
144144

145145
our @ISA = qw{ Exporter };
146146

147-
our $VERSION = '0.172';
147+
our $VERSION = '0.179_001';
148148
our @EXPORT_OK = qw{
149149
shell
150150

script/SpaceTrack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use strict;
1616
use warnings;
1717

18-
our $VERSION = '0.172';
18+
our $VERSION = '0.179_001';
1919

2020
use Astro::SpaceTrack qw{shell};
2121
use Getopt::Long 2.39;

0 commit comments

Comments
 (0)