소스 검색

Merge branch 'main' into features

tags/v0.11.0
Jérôme Deuchnord 3 년 전
부모
커밋
765226d0b7
2개의 변경된 파일14개의 추가작업 그리고 2개의 파일을 삭제
  1. +12
    -0
      CHANGELOG.md
  2. +2
    -2
      Makefile

+ 12
- 0
CHANGELOG.md 파일 보기

@@ -0,0 +1,12 @@
# Version 0.10.0 (2021-04-03)

This is the first version of the Kosmorrolib. It is numbered "0.10.0" because directly follows the version 0.9.0 of the Kosmorro project.

### Bug Fixes

* take the timezone in account on get_moon_phase ([2df588e](https://github.com/Kosmorro/lib/commit/2df588e5c13246c19b3b5828bdf58b95d11ec104))


### Features

* make the date parameter optional (default value: today) ([c59b553](https://github.com/Kosmorro/lib/commit/c59b553c86999958027a7649c52811b2bc5162fd))

+ 2
- 2
Makefile 파일 보기

@@ -34,8 +34,8 @@ tag: env
git commit -m "build: bump version $$RELEASE_NUMBER"
git tag "v$$RELEASE_NUMBER"
git checkout features
git merge master
git checkout master
git merge main
git checkout main

@echo
@echo -e "\e[1mVersion \e[36m$$RELEASE_NUMBER\e[39m successfully tagged!"


불러오는 중...
취소
저장