Commit 95dd8455 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

New upstream version 1.7.5

parent e1f98677
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Summary of important user-visible changes for Bio-Variation
-----------------------------------------------------------

1.7.5     2020-01-06 13:58:44-06:00 America/Chicago
  * Remove Bio::DB::EMBL and Bio::DB::NCBIHelper dependencies, which cause a circular dependency (see issue #3)

1.7.4     2019-12-07 16:56:21-06:00 America/Chicago
  * Add named module (very simple for now)
  * Minor release to address CPAN indexing and permissions issues
+3 −3
Original line number Diff line number Diff line
This software is copyright (c) 2019 by See individual modules.
This software is copyright (c) 2020 by See individual modules.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2019 by See individual modules.
This software is Copyright (c) 2020 by See individual modules.

This is free software, licensed under:

@@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2019 by See individual modules.
This software is Copyright (c) 2020 by See individual modules.

This is free software, licensed under:

+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ lib/Bio/Variation/DNAMutation.pm
lib/Bio/Variation/IO.pm
lib/Bio/Variation/IO/flat.pm
lib/Bio/Variation/IO/xml.pm
lib/Bio/Variation/README
lib/Bio/Variation/RNAChange.pm
lib/Bio/Variation/SNP.pm
lib/Bio/Variation/SeqDiff.pm
+2 −4
Original line number Diff line number Diff line
@@ -30,8 +30,6 @@
      },
      "runtime" : {
         "requires" : {
            "Bio::DB::EMBL" : "0",
            "Bio::DB::GenBank" : "0",
            "Bio::DBLinkContainerI" : "0",
            "Bio::PrimarySeq" : "0",
            "Bio::Root::IO" : "0",
@@ -77,7 +75,7 @@
         "web" : "https://github.com/bioperl/bio-variation"
      }
   },
   "version" : "1.7.4",
   "version" : "1.7.5",
   "x_Dist_Zilla" : {
      "perl" : {
         "version" : "5.028001"
@@ -297,7 +295,7 @@
                  "branch" : null,
                  "changelog" : "Changes",
                  "signed" : 0,
                  "tag" : "Bio-Variation-v1.7.4",
                  "tag" : "Bio-Variation-v1.7.5",
                  "tag_format" : "%N-v%v",
                  "tag_message" : "%N-v%v"
               },
+2 −4
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@ meta-spec:
  version: '1.4'
name: Bio-Variation
requires:
  Bio::DB::EMBL: '0'
  Bio::DB::GenBank: '0'
  Bio::DBLinkContainerI: '0'
  Bio::PrimarySeq: '0'
  Bio::Root::IO: '0'
@@ -45,7 +43,7 @@ resources:
  bugtracker: https://github.com/bioperl/bio-variation/issues
  homepage: https://metacpan.org/release/Bio-Variation
  repository: git://github.com/bioperl/bio-variation.git
version: 1.7.4
version: 1.7.5
x_Dist_Zilla:
  perl:
    version: '5.028001'
@@ -218,7 +216,7 @@ x_Dist_Zilla:
          branch: ~
          changelog: Changes
          signed: 0
          tag: Bio-Variation-v1.7.4
          tag: Bio-Variation-v1.7.5
          tag_format: '%N-v%v'
          tag_message: '%N-v%v'
        Dist::Zilla::Role::Git::Repo:
Loading