Skip to content

Commit

Permalink
MNT bump to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Jan 9, 2025
1 parent 8234484 commit f600e7c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 18 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
All notable changes to scimodom will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to [Semantic Versioning](http://semver.org/).

## [Release candidate] - started 2024-09-25
## [Release candidate] - started 2025-01

## [3.1.0] - 2025-01-08

### Added

Expand All @@ -19,6 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this

### Fixed

- URL constructor
- Gene cache management
- EUF toggle in Comparison
- SMID/EUFID length validation
Expand Down
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
12 changes: 0 additions & 12 deletions client/src/components/documentation/DocAbout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,5 @@ import img2 from '@/assets/images/docs/about2.png'
>server documentation</a
>.
</p>
<p class="indent-4 text-xl leading-relaxed mt-4 mb-2">
Check out the latest features
<RouterLink class="pl-2 animate-pulse" :to="{ name: 'roadmap' }">
<!-- <a class="pl-2 animate-pulse" href="https://www.trr319-rmap.de" target="_blank" rel="noopener noreferrer"> -->
<Button
icon="pi pi-arrow-right"
size="small"
label="Learn more about our development plan for 2025"
rounded
/>
</RouterLink>
</p>
</div>
</template>
4 changes: 2 additions & 2 deletions client/src/components/home/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import HomeBanner from '@/components/home/HomeBanner.vue'
import HomeViews from '@/components/home/HomeViews.vue'
import HomeIntro from '@/components/home/HomeIntro.vue'
import HomeFeatures from '@/components/home/HomeFeatures.vue'
import HomeRoadmap from '@/components/home/HomeRoadmap.vue'
// import HomeRoadmap from '@/components/home/HomeRoadmap.vue'
import HomeRelease from '@/components/home/HomeRelease.vue'
import DefaultLayout from '@/components/layout/DefaultLayout.vue'
</script>
Expand All @@ -15,6 +15,6 @@ import DefaultLayout from '@/components/layout/DefaultLayout.vue'
<HomeIntro />
<HomeFeatures />
<HomeRelease />
<HomeRoadmap />
<!-- <HomeRoadmap /> -->
</DefaultLayout>
</template>
2 changes: 1 addition & 1 deletion server/src/scimodom/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ("3", "0", "0")
__version_info__ = ("3", "1", "0")
__version__ = ".".join(__version_info__)

0 comments on commit f600e7c

Please sign in to comment.