Changelog

ypid.whereami

This project adheres to Semantic Versioning and human-readable changelog.

The current role maintainer is ypid.

ypid.whereami v0.1.0 - unreleased

Added

  • Initial coding and design. [ypid]

Changed

  • Changed namespace from whereami_ to whereami__. whereami_[^_] variables are hereby deprecated and you might need to update your inventory. This oneliner might come in handy to do this.

    git ls-files -z | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/\<(whereami)_([^_])/\1__\2/g;'
    

    [ypid]