Unverified Commit c89c1ae7 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

2.0.1 prep (#473)

* Changes for 2.0.1 release

* Reverted meta.yaml
parent 66a05db0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -35,6 +35,11 @@ release.

## [Unreleased]

## [2.0.1] - 2024-01-23

### Changed
- Updated USGSCSM build process to internally build dependencies into the library with no linking. [#445](https://github.com/DOI-USGS/usgscsm/pull/445)

## [2.0.0] - 2024-01-05

### Added
+1 −1
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 3.10)
project(usgscsm VERSION 2.0.0 DESCRIPTION "usgscsm library")
project(usgscsm VERSION 2.0.1 DESCRIPTION "usgscsm library")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

+37 −0
Original line number Diff line number Diff line
@@ -37,6 +37,43 @@
    "date": {
      "metadataLastUpdated": "2023-02-23"
    }
  }, {
    "name": "USGSCSM",
    "organization": "U.S. Geological Survey",
    "description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
    "version": "2.0.1",
    "status": "Production",
    "permissions": {
      "usageType": "openSource",
      "licenses": [
        {
          "name": "Public Domain, CC-1.0",
          "URL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.1/LICENSE.md"
        }
      ]
    },
    "homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/-/tree/2.0.1",
    "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/2.0.1/usgscsm-2.0.1.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.1/DISCLAIMER.md",
    "repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm.git",
    "vcs": "git",
    "laborHours": 60,
    "tags": [
      "Planetary",
      "Remote Sensing",
      "Data Processing",
      "Community Sensor Model"
    ],
    "languages": [
      "C++"
    ],
    "contact": {
      "name": "Adam Paquette",
      "email": "acpaquette@usgs.gov"
    },
    "date": {
      "metadataLastUpdated": "2024-01-23"
    }
  }, {
    "name": "USGSCSM",
    "organization": "U.S. Geological Survey",